diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 2133e0b9..7aaaf02c 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -220,7 +220,7 @@ jobs: CIBW_ARCHS: auto64 CIBW_ARCHS_MACOS: ${{matrix.ARCHS}} CIBW_ENVIRONMENT_MACOS: ARCHS="${{matrix.ARCHS}}" - CIBW_TEST_SKIP: "*arm64*" + CIBW_TEST_SKIP: "*arm64* *312*" - uses: actions/upload-artifact@v3 with: