Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 905f103 + 0ed808a commit d8e70f6Copy full SHA for d8e70f6
1 file changed
.github/workflows/cibuildwheel.yml
@@ -18,7 +18,7 @@ jobs:
18
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
19
strategy:
20
matrix:
21
- os: [ubuntu-18.04, windows-latest, macos-latest]
+ os: [ubuntu-18.04, windows-latest, macos-10.15]
22
cibw_archs: ["auto"]
23
include:
24
- os: ubuntu-18.04
@@ -64,7 +64,7 @@ jobs:
64
- name: Build wheels for CPython 3.10
65
run: |
66
python -m cibuildwheel --output-dir dist
67
- if: matrix.os != 'macos-latest'
+ if: matrix.os != 'macos-10.15'
68
env:
69
CIBW_BUILD: "cp310-*"
70
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
0 commit comments