Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #349 from adobe-type-tools/macos-universal2-wheel
Browse files Browse the repository at this point in the history
Build universal2 wheel instead of arm64
  • Loading branch information
miguelsousa authored Jan 21, 2022
2 parents 5bcfcc2 + c771321 commit 080b91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
output-dir: dist
env:
CIBW_BUILD: "cp37* cp38* cp39*"
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_ARCHS_WINDOWS: AMD64
CIBW_ARCHS_LINUX: x86_64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
Expand All @@ -46,7 +46,7 @@ jobs:
output-dir: dist
env:
CIBW_BUILD: "cp310*"
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_ARCHS_WINDOWS: AMD64
CIBW_ARCHS_LINUX: x86_64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
Expand Down

0 comments on commit 080b91b

Please sign in to comment.