8000
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.
1 parent f5e42e0 commit ba66430Copy full SHA for ba66430
.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