Skip to content

Commit 081f133

Browse files
committed
ci: build universal wheels for macOS
1 parent 586136a commit 081f133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
env:
3232
MACOSX_DEPLOYMENT_TARGET: "10.14"
3333
CIBW_ARCHS: auto64
34+
CIBW_ARCHS_MACOS: "universal2"
3435
CIBW_SKIP: cp36-* cp37-*
3536

3637
steps:

0 commit comments

Comments
 (0)