We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 457be60 + 5fb1f55 commit 55f7d5bCopy full SHA for 55f7d5b
1 file changed
.github/workflows/dist.yml
@@ -41,7 +41,7 @@ jobs:
41
arch: i686
42
- os: ubuntu-24.04-arm
43
arch: aarch64
44
- - os: macos-13
+ - os: macos-15-intel
45
arch: auto
46
- os: macos-14
47
@@ -128,7 +128,7 @@ jobs:
128
mkdir -p unpacked
129
for pkg in pplitepy; do
130
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
131
- "${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==2.21.3 unpacked/$pkg*
+ "${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==3.2.1 unpacked/$pkg*
132
done
133
134
- uses: actions/upload-artifact@v4
0 commit comments