Skip to content

Commit

Permalink
more actions fiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 committed Aug 15, 2024
1 parent 650c588 commit ba47d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.buildplat[0] }}
strategy:
fail-fast: false
matrix:
buildplat:
# doing as cibuildwheel docs says leads to frankenstein arm builds on macos
# so lets be more explicit
# so lets be more explicit, no linux arm build as not available on github
- [ubuntu-latest, manylinux_x86_64, auto]
# - [ubuntu-latest, manylinux_aarch64, auto] # non-free on github
- [macos-latest, macosx_x86_64, x86_64]
- [macos-latest, macosx_arm64, arm64]
python: ["cp38", "cp39", "cp310", "cp11", "cp12"]
Expand Down

0 comments on commit ba47d52

Please sign in to comment.