Skip to content

Commit

Permalink
Bump cibuildwheel version to v2.22.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Jan 12, 2025
1 parent 12aa97d commit bcc7797
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_BUILD: "cp3*"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ENVIRONMENT_WINDOWS: "CL=-d2FH4- _CL_=-MT"
CIBW_BUILD_VERBOSITY: 3

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

0 comments on commit bcc7797

Please sign in to comment.