Skip to content

Commit 95b98b8

Browse files
committed
chore: bump macos ci to 12
1 parent df0a01f commit 95b98b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os:
16-
- macos-latest
16+
- macos-12
1717
- ubuntu-latest
1818
ocaml-compiler:
1919
- 4.08.x
@@ -38,7 +38,7 @@ jobs:
3838
working-directory: cohttp_lwt_jsoo_test
3939

4040
- run: echo "PKG_CONFIG_PATH=$(brew --prefix openssl)/lib/pkgconfig" >>"$GITHUB_ENV"
41-
if: ${{ matrix.os == 'macos-latest' }}
41+
if: ${{ matrix.os == 'macos-12' }}
4242

4343
- run: opam install . --deps-only --with-test
4444

0 commit comments

Comments
 (0)