Skip to content

Commit

Permalink
CI: disable tests on apple arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Mar 26, 2023
1 parent 7c42175 commit a29df36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
CIBW_SKIP: "pp*-win* *p36-*" # skip until https://github.com/supermihi/pytaglib/issues/110 is resolved
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_TEST_SKIP: *-macosx_arm64" # GitHub doesn't yet offer M1 workers, and cibuildwheel doesn't yet support testing in emulation
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit a29df36

Please sign in to comment.