Skip to content

Commit bcc7797

Browse files
committed
Bump cibuildwheel version to v2.22.0.
1 parent 12aa97d commit bcc7797

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-20.04, windows-2019, macos-11]
11+
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Build wheels
17-
uses: pypa/cibuildwheel@v2.16.5
17+
uses: pypa/cibuildwheel@v2.22.0
1818
env:
1919
CIBW_BUILD: "cp3*"
20-
CIBW_ARCHS_MACOS: "x86_64 arm64"
2120
CIBW_ENVIRONMENT_WINDOWS: "CL=-d2FH4- _CL_=-MT"
2221
CIBW_BUILD_VERBOSITY: 3
2322

24-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2524
with:
25+
name: pybox2d-wheels-${{ matrix.os }}
2626
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)