Skip to content

Commit 53d2eaa

Browse files
committed
- add linux arm
1 parent a9330a2 commit 53d2eaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/experimental_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ubuntu-latest, windows-latest, macos-latest]
42+
os: [ubuntu-latest, windows-latest, macos-latest, ubuntu-24.04-arm ]
4343
python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*']
4444

4545
steps:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: [ubuntu-latest, windows-latest, macos-latest]
35+
os: [ubuntu-latest, windows-latest, macos-latest, ubuntu-24.04-arm]
3636
python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*']
3737

3838
steps:

0 commit comments

Comments
 (0)