Skip to content

Commit 5517f50

Browse files
committed
Update CI to use macOS 12
1 parent a8208c7 commit 5517f50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
os: [ubuntu-20.04, windows-2019, macos-11]
24+
os: [ubuntu-20.04, windows-2019, macos-12]
2525
cibw-build-prefix: ['*']
2626
include:
2727
- os: ubuntu-20.04

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
strategy:
1919
matrix:
2020
python-version: ["3.7"]
21-
os: [ubuntu-20.04, windows-2019, macos-11]
21+
os: [ubuntu-20.04, windows-2019, macos-12]
2222
include:
2323
# set OS-specific cache paths
2424
- os: ubuntu-20.04
2525
path: ~/.cache/pip
2626
- os: windows-2019
2727
path: ~\AppData\Local\pip\Cache
28-
- os: macos-11
28+
- os: macos-12
2929
path: ~/Library/Caches/pip
3030
# more combinations:
3131
- os: ubuntu-20.04

0 commit comments

Comments
 (0)