Skip to content

Commit 478aaf0

Browse files
author
Matthias Koeppe
committed
.github/workflows/wheels.yml: Use cibuildwheel==2.17.0, add macos-14 (arm64) build
1 parent aeb2f1d commit 478aaf0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
arch: i686
5656
- os: macos-latest
5757
arch: auto
58+
- os: macos-14
59+
arch: auto
5860
env:
5961
# SPKGs to install as system packages
6062
SPKGS: _bootstrap _prereq
@@ -95,7 +97,7 @@ jobs:
9597
mkdir -p unpacked
9698
for pkg in cypari2; do
9799
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
98-
pipx run cibuildwheel==2.16.0 unpacked/$pkg*
100+
pipx run cibuildwheel==2.17.0 unpacked/$pkg*
99101
done
100102
101103
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)