Skip to content

Commit 33d0664

Browse files
authored
Merge pull request #1105 from passagemath/cibuildwheel-3.2.1
Update GH Actions macOS runner, update cibuildwheel for Python 3.14 build
2 parents 7195075 + 2179894 commit 33d0664

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
arch: x86_64
3131
- os: macos-14
3232
arch: arm64
33-
- os: macos-13
33+
- os: macos-15-intel
3434
arch: x86_64
3535
- os: windows-latest
3636
arch: AMD64
@@ -41,12 +41,11 @@ jobs:
4141
- uses: actions/checkout@v4
4242

4343
- name: Build wheels
44-
uses: pypa/cibuildwheel@v2.21.1
44+
uses: pypa/cibuildwheel@v3.2.1
4545
env:
4646
CIBW_ARCHS: ${{ matrix.arch }}
4747
CIBW_BEFORE_TEST: "pip install -r {project}/requirements/test.txt"
4848
CIBW_TEST_COMMAND: "pytest {project}/tests"
49-
CIBW_MANYLINUX_*_IMAGE: manylinux_2_28
5049

5150
- uses: actions/upload-artifact@v4
5251
with:

0 commit comments

Comments
 (0)