Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Try cross-compiling ARM wheels on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed Aug 9, 2021
1 parent a6b3f17 commit 879370c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
os: [ "ubuntu-20.04", "windows-2019", "macos-11" ]
env:
CIBW_ARCHS: auto64
# macOS: Explicitly list ARM variants here for cross-compilation.
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_SKIP: pp*
CIBW_ENVIRONMENT: CU2QU_WITH_CYTHON="true"
steps:
Expand Down

0 comments on commit 879370c

Please sign in to comment.