Skip to content

Commit c8b47e2

Browse files
committed
Do not deploy to problematic MacOS arm64 builds
1 parent 58778eb commit c8b47e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
- name: Build wheels
216216
run: cibuildwheel --output-dir dist
217217
env:
218-
CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit
218+
CIBW_SKIP: "*-win32 *-manylinux_i686 cp38-macosx_*arm64 cp39-macosx_*arm64" # Skip 32 bit and problematic mac builds.
219219
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux }}
220220
CIBW_BEFORE_ALL_LINUX: ${{ matrix.cibw_before_all_linux }}
221221
# Fully test the build wheels again.

0 commit comments

Comments
 (0)