Skip to content

Commit

Permalink
Merge pull request #80 from tahoe-lafs/77.more-macos-wheels
Browse files Browse the repository at this point in the history
Build macOS arm64 and universal2 wheels
  • Loading branch information
exarkun authored Oct 9, 2023
2 parents ecadf44 + 8ef136c commit 3581178
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
CIBW_BUILD: "${{ matrix.wheel-selector }}"
# Just make sure that Python can use zfec package.
CIBW_TEST_COMMAND: python -c "import zfec; print(zfec.__version__)"
# Build `universal2` and `arm64` wheels on an Intel runner.
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
# Skip testing arm64 builds on Intel Macs.
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"

- uses: actions/upload-artifact@v3
name: Upload artifacts
Expand Down

0 comments on commit 3581178

Please sign in to comment.