Skip to content

Commit

Permalink
Merge pull request #1 from indoorvivants/0.0.24
Browse files Browse the repository at this point in the history
0.0.24
  • Loading branch information
keynmol authored Feb 2, 2024
2 parents f64b4a6 + f2e6d2d commit e8d1147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
name: MacOS
strategy:
fail-fast: true
runs-on: macos-12
matrix:
os: [macos-12, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion sn-bindgen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class SnBindgen < Formula
desc "Scala 3 Native binding generator for C libraries"
homepage "https://sn-bindgen.indoorvivants.com"

_version = "0.0.22"
_version = "0.0.24"

version "#{_version}"

Expand Down

0 comments on commit e8d1147

Please sign in to comment.