Skip to content

Commit 639fb9a

Browse files
authored
Merge pull request #124 from passagemath/cibuildwheel-3.2.1
Update GH Actions macOS runner, update cibuildwheel for Python 3.14 build
2 parents d80e39d + 943faa9 commit 639fb9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
arch: i686
5151
- os: ubuntu-24.04-arm
5252
arch: aarch64
53-
- os: macos-13
53+
- os: macos-15-intel
5454
arch: x86_64
5555
- os: macos-14
5656
arch: arm64
@@ -137,7 +137,7 @@ jobs:
137137
mkdir -p unpacked
138138
for pkg in pynormaliz; do
139139
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
140-
"${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==2.21.3 unpacked/$pkg*
140+
"${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==3.2.1 unpacked/$pkg*
141141
done
142142
143143
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)