Skip to content

Commit

Permalink
ci: test on macOS 12 like libgit2 does
Browse files Browse the repository at this point in the history
There seems to be some issue with Homebrew's ninja install on the newer versions
so let's stick to whatever libgit2 is testing with.
  • Loading branch information
carlosmn committed Sep 25, 2024
1 parent eb43402 commit 08f538f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
os: [ macOS-latest ]
os: [ macOS-12 ]
runs-on: ${{ matrix.os }}

name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
Expand Down

0 comments on commit 08f538f

Please sign in to comment.