Skip to content

Commit

Permalink
chore: remove macos arm64 wheels support for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Jan 17, 2025
1 parent 3d6bdf6 commit 771ccc5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ jobs:
- os: macos-latest
target: macosx
arch: x86_64
- os: macos-latest
target: macosx
arch: arm64
# Skipping macos arm64 builds because cibuildwheel currently doesn't support testing
# arm64 macos wheels on github action runners.
# See: https://github.com/pypa/cibuildwheel/issues/2111
# - os: macos-latest
# target: macosx
# arch: arm64

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 771ccc5

Please sign in to comment.