Skip to content

Commit 55f7d5b

Browse files
authored
Merge pull request #14 from passagemath/cibuildwheel-3.2.1
Update GH Actions macOS runner, update cibuildwheel for Python 3.14 build
2 parents 457be60 + 5fb1f55 commit 55f7d5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
arch: i686
4242
- os: ubuntu-24.04-arm
4343
arch: aarch64
44-
- os: macos-13
44+
- os: macos-15-intel
4545
arch: auto
4646
- os: macos-14
4747
arch: auto
@@ -128,7 +128,7 @@ jobs:
128128
mkdir -p unpacked
129129
for pkg in pplitepy; do
130130
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
131-
"${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==2.21.3 unpacked/$pkg*
131+
"${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==3.2.1 unpacked/$pkg*
132132
done
133133
134134
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)