Skip to content

Commit 4d90b92

Browse files
committed
Use macOS 12
GitHub is deprecating (and eventually removing) its macOS 10.15 runners. See actions/runner-images#5583. We might as well take the opportunity to upgrade the macOS version we are building for.
1 parent 18bd549 commit 4d90b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ubuntu-20.04, ubuntu-18.04, macos-10.15, windows-2019]
18+
os: [ubuntu-20.04, ubuntu-18.04, macos-12, windows-2019]
1919
solver: [abc, boolector, cvc4, cvc5, yices, z3]
2020
steps:
2121
- uses: actions/checkout@v2
@@ -93,7 +93,7 @@ jobs:
9393
strategy:
9494
fail-fast: false
9595
matrix:
96-
os: [ubuntu-20.04, ubuntu-18.04, macos-10.15, windows-2019]
96+
os: [ubuntu-20.04, ubuntu-18.04, macos-12, windows-2019]
9797
steps:
9898

9999
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)