Skip to content

Commit

Permalink
Build arm64 wheels for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Aug 11, 2023
1 parent 3427084 commit db89b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: auto arm64
CIBW_ENVIRONMENT_MACOS: F77=gfortran-11 F90=gfortran-11
# Skip musllinux wheels, which take a long time to build because Numpy must be built from source
# Skip PyPy wheels
Expand Down

0 comments on commit db89b20

Please sign in to comment.