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 Sep 7, 2022
1 parent fbe4dce commit 18c209d
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 @@ -39,6 +39,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: auto arm64
CIBW_ENVIRONMENT_MACOS: F77=gfortran-9 F90=gfortran-9
# Skip musllinux wheels, which take a long time to build because Numpy must be built from source
# Skip pp37-win_* and pp37-macosx_*, because there were never Numpy wheels built for them
Expand Down

0 comments on commit 18c209d

Please sign in to comment.