Skip to content

Commit 59652b5

Browse files
committed
build: enable CI building macOS arm64 and universal2 python wheels
1 parent d834682 commit 59652b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
uses: pypa/cibuildwheel@v2.1.2
5252
env:
5353
CIBW_SKIP: cp36-*
54+
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
5455

5556
- name: Install qemu aarch64
5657
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)