We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e5271 commit cef6dc8Copy full SHA for cef6dc8
.github/workflows/wheels-macos_arm64.yml
@@ -21,11 +21,6 @@ jobs:
21
matrix:
22
include:
23
# macOS on Apple M1 64-bit
24
- - os: [self-hosted, macOS, ARM64]
25
- python: '3.8'
26
- cibw_python: 38
27
- arch: arm64
28
- platform_id: macosx_arm64
29
- os: [self-hosted, macOS, ARM64]
30
python: '3.9'
31
cibw_python: 39
@@ -102,7 +97,6 @@ jobs:
102
97
CIBW_BEFORE_TEST: |
103
98
python -m pip install --find-links=wheelhouse/ -r requirements.txt
104
99
CIBW_TEST_COMMAND: bash {project}/tests/run_tests.sh
105
- CIBW_TEST_SKIP: cp38-macosx_*:arm64
106
100
run: |
107
101
python -m cibuildwheel --output-dir wheelhouse/cp${{ matrix.cibw_python }}-${{ matrix.platform_id }}
108
0 commit comments