We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f8a17 commit c56cd6aCopy full SHA for c56cd6a
1 file changed
.github/workflows/build_wheels.yaml
@@ -14,7 +14,8 @@ jobs:
14
fail-fast: false
15
matrix:
16
# macos-13 is an intel runner, macos-14 is apple silicon
17
- os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-13, macos-14]
+ # os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-13, macos-14]
18
+ os: [ubuntu-latest, ubuntu-24.04-arm]
19
# os: [ubuntu-latest]
20
21
steps:
0 commit comments