Skip to content

Commit 573eb74

Browse files
committed
Fix ci.yml for macOS 12
1 parent 7935583 commit 573eb74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
library:
14-
runs-on: macos-12.0
14+
runs-on: macos-12
1515
strategy:
1616
matrix:
1717
xcode:
@@ -29,7 +29,7 @@ jobs:
2929
run: make benchmark
3030

3131
examples:
32-
runs-on: macos-12.0
32+
runs-on: macos-12
3333
strategy:
3434
matrix:
3535
xcode:

0 commit comments

Comments
 (0)