diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5186526a..e12ab457 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,7 +215,7 @@ jobs: - name: Build wheels run: cibuildwheel --output-dir dist env: - CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit + CIBW_SKIP: "*-win32 *-manylinux_i686 cp38-macosx_*:arm64 cp39-macosx_*:arm64" # Skip 32 bit CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux }} CIBW_BEFORE_ALL_LINUX: ${{ matrix.cibw_before_all_linux }} # Fully test the build wheels again.