From 1034dde2e1f1aaa9f5425de0f9e6277d6af58313 Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Tue, 23 Apr 2024 14:52:39 +0200 Subject: [PATCH] Do not test CPython 3.8 arm64 wheels on macOS See https://github.com/pypa/cibuildwheel/pull/1169 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e546f67..9e262ed6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,7 @@ jobs: env: CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64" CIBW_SKIP: "cp37-*" + CIBW_TEST_SKIP: "cp38-macosx_*:arm64" - uses: actions/upload-artifact@v4 with: name: wheels-${{ matrix.os }}