Skip to content

Commit 08f538f

Browse files
committed
ci: test on macOS 12 like libgit2 does
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.
1 parent eb43402 commit 08f538f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
16-
os: [ macOS-latest ]
16+
os: [ macOS-12 ]
1717
runs-on: ${{ matrix.os }}
1818

1919
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)