Skip to content

Commit

Permalink
.github/workflows/wheels.yml: Use cibuildwheel==2.17.0, add macos-14 …
Browse files Browse the repository at this point in the history
…(arm64) build
  • Loading branch information
Matthias Koeppe committed Mar 16, 2024
1 parent 08f0cf0 commit b3a0baf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
arch: i686
- os: macos-latest
arch: auto
- os: macos-14
arch: auto
env:
# SPKGs to install as system packages
SPKGS: _bootstrap _prereq
Expand Down Expand Up @@ -95,7 +97,7 @@ jobs:
mkdir -p unpacked
for pkg in cypari2; do
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
pipx run cibuildwheel==2.16.0 unpacked/$pkg*
pipx run cibuildwheel==2.17.0 unpacked/$pkg*
done
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b3a0baf

Please sign in to comment.