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 cb9c5c7 commit c9a0d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +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"

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

0 comments on commit c9a0d6c

Please sign in to comment.