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 1232108 + ba66430 commit ca9a9fdCopy full SHA for ca9a9fd
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