Skip to content

Commit 51576e3

Browse files
committed
remove macos-12 from CI test matrix
macos-12 has been removed from GitHub actions.
1 parent 8d9104b commit 51576e3

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
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
os: [ubuntu-latest, macos-12, windows-latest, macos-latest]
39+
os: [ubuntu-latest, windows-latest, macos-latest]
4040
runs-on: ${{ matrix.os }}
4141
timeout-minutes: 30
4242

0 commit comments

Comments
 (0)