Skip to content

Commit

Permalink
build: remove wheel tests for x86 to clear error on arm64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dancergraham committed Aug 16, 2024
1 parent 2c71aa1 commit 7cb9f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
CIBW_BUILD: "cp*-macosx*"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8, <3.13"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_TEST_SKIP: "*_x86_64"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7cb9f8e

Please sign in to comment.