Skip to content

Commit 92b1c79

Browse files
committed
Do not test on macos-12 as the images are not available any more
1 parent 8c4e503 commit 92b1c79

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
@@ -170,7 +170,7 @@ jobs:
170170
strategy:
171171
fail-fast: false
172172
matrix:
173-
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ]
173+
os: [ ubuntu-20.04, ubuntu-22.04, macos-13, macos-14 ]
174174
shared: [ OFF, ON ]
175175

176176
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)