Skip to content

Commit bfe00ad

Browse files
committed
Bump cibuildwheel
1 parent 9d01e56 commit bfe00ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/build_wheels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
matrix:
1616
# cibuildwheel builds linux wheels inside a manylinux container
1717
# it also takes care of procuring the correct python version for us
18-
os: [ubuntu-latest, windows-latest, macos-latest]
18+
os: [ubuntu-latest, windows-latest, macos-13]
1919
python-version: [38, 39, 310, 311, 312]
2020

2121
steps:
2222
- uses: actions/checkout@v4
2323

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

@@ -48,7 +48,7 @@ jobs:
4848
platforms: arm64
4949

5050
- name: Build wheels
51-
uses: pypa/cibuildwheel@v2.16.5
51+
uses: pypa/cibuildwheel@v2.18.0
5252
env:
5353
CIBW_BUILD: "cp${{ matrix.python-version}}-*"
5454
CIBW_ARCHS: aarch64

0 commit comments

Comments
 (0)