[go: nahoru, domu]

Skip to content

Commit

Permalink
Update cibuildwheel to 2.17.0, build macos-arm64 wheel on native runn…
Browse files Browse the repository at this point in the history
…ers (#195)
  • Loading branch information
mkoeppe committed Mar 26, 2024
1 parent 64f282c commit efe4314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
arch: i686
- os: macos-latest
arch: auto
- os: macos-latest
- os: macos-14
arch: arm64
env:
CIBW_ARCHS: ${{ matrix.arch }}
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.17.0

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

0 comments on commit efe4314

Please sign in to comment.