Skip to content

Commit

Permalink
Remove explicit archs for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-earthscope committed May 31, 2024
1 parent c3c2cf5 commit 742f0c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
# Skip older python's to prevent things like: https://github.com/pypa/cibuildwheel/issues/1828
CIBW_SKIP: cp36-* cp37-* cp38-*

# Build separate wheels for macOS's different architectures.
CIBW_ARCHS_MACOS: x86_64 arm64

# Specify additional architectures using emulation
CIBW_ARCHS_LINUX: auto aarch64

Expand Down

0 comments on commit 742f0c4

Please sign in to comment.