Skip to content

Commit

Permalink
Bump cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed May 13, 2024
1 parent 9d01e56 commit bfe00ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
matrix:
# cibuildwheel builds linux wheels inside a manylinux container
# it also takes care of procuring the correct python version for us
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
python-version: [38, 39, 310, 311, 312]

steps:
- uses: actions/checkout@v4

- uses: pypa/cibuildwheel@v2.16.5
- uses: pypa/cibuildwheel@v2.18.0
env:
CIBW_BUILD: "cp${{ matrix.python-version}}-*"

Expand All @@ -48,7 +48,7 @@ jobs:
platforms: arm64

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.18.0
env:
CIBW_BUILD: "cp${{ matrix.python-version}}-*"
CIBW_ARCHS: aarch64
Expand Down

0 comments on commit bfe00ad

Please sign in to comment.