Skip to content

Commit a477ddf

Browse files
authored
- upgrade macos runners to macos 11
1 parent 1889ef4 commit a477ddf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/experimental_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: [ubuntu-20.04, windows-2019, macos-10.15]
35+
os: [ubuntu-20.04, windows-2019, macos-11]
3636
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*']
3737

3838
steps:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-20.04, windows-2019, macos-10.15]
30+
os: [ubuntu-20.04, windows-2019, macos-11]
3131
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*']
3232

3333
steps:

0 commit comments

Comments
 (0)