We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29461e1 commit 064ae4fCopy full SHA for 064ae4f
.github/workflows/cibuildwheel.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
# macos-13 is an intel runner, macos-14 is apple silicon
17
- os: [ubuntu-latest, windows-2022, macos-13, macos-14]
+ os: [ubuntu-latest, windows-2022, macos-13, macos-14, ubuntu-24.04-arm]
18
19
steps:
20
# See https://cibuildwheel.pypa.io/en/1.x/cpp_standards/
0 commit comments