Skip to content

Commit 7bc01af

Browse files
committed
Add ubuntu-24.04-arm runner to create Linux ARM64 wheels.
1 parent bcc7797 commit 7bc01af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 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-latest, windows-latest, macos-13, macos-14]
11+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
1212

1313
steps:
1414
- uses: actions/checkout@v4
1515

1616
- name: Build wheels
17-
uses: pypa/cibuildwheel@v2.22.0
17+
uses: pypa/cibuildwheel@v2.23.0
1818
env:
1919
CIBW_BUILD: "cp3*"
2020
CIBW_ENVIRONMENT_WINDOWS: "CL=-d2FH4- _CL_=-MT"
2121
CIBW_BUILD_VERBOSITY: 3
2222

2323
- uses: actions/upload-artifact@v4
2424
with:
25-
name: pybox2d-wheels-${{ matrix.os }}
25+
name: pybox2d-wheels-${{ matrix.os }}-${{ strategy.job-index }}
2626
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)