Skip to content

Commit 064ae4f

Browse files
committed
Add linux arm builder
1 parent 29461e1 commit 064ae4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# macos-13 is an intel runner, macos-14 is apple silicon
17-
os: [ubuntu-latest, windows-2022, macos-13, macos-14]
17+
os: [ubuntu-latest, windows-2022, macos-13, macos-14, ubuntu-24.04-arm]
1818

1919
steps:
2020
# See https://cibuildwheel.pypa.io/en/1.x/cpp_standards/

0 commit comments

Comments
 (0)