Skip to content

Commit

Permalink
build: support both Apple Silicon and macOS x86
Browse files Browse the repository at this point in the history
  • Loading branch information
dancergraham committed Aug 12, 2024
1 parent c9a0d6c commit 2c71aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
CIBW_BEFORE_ALL_MACOS: "bash scripts/install_xerces_c.sh"
CIBW_BUILD: "cp*-macosx*"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8, <3.13"
CIBW_ARCHS_MACOS: "universal2"
CIBW_ARCHS_MACOS: "x86_64 arm64"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2c71aa1

Please sign in to comment.