Skip to content

Commit 36ff871

Browse files
committed
Migrate cibuildwheel workflow to macos-11
The macos-10.15 runner is deprecated: actions/runner-images#5583
1 parent 59e021a commit 36ff871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
MACOSX_DEPLOYMENT_TARGET: "10.12"
3636
strategy:
3737
matrix:
38-
os: [ubuntu-20.04, windows-latest, macos-10.15]
38+
os: [ubuntu-20.04, windows-latest, macos-11]
3939
cibw_archs: ["auto"]
4040
include:
4141
- os: ubuntu-20.04

0 commit comments

Comments
 (0)