Skip to content

Commit

Permalink
Do not test CPython 3.8 arm64 wheels on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Apr 23, 2024
1 parent 1a5b33c commit 1034dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1034dde

Please sign in to comment.