Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff9f038

Browse files
authored
Merge pull request #23556 from QuLogic/bump-cibuildwheel-mac
CI: Migrate cibuildwheel workflow to macos-11
2 parents a947b38 + 36ff871 commit ff9f038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
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)