Skip to content

Commit 9b0d64f

Browse files
committed
Enable macOS arm64 cross compilation
1 parent b47d1ca commit 9b0d64f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- name: Build wheels
4747
uses: pypa/[email protected]
4848
env:
49+
CIBW_ARCHS_MACOS: x86_64 arm64
4950
CIBW_BUILD: ${{ inputs.wheel_versions }}
5051

5152
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)