Skip to content

Commit 4cd3df9

Browse files
committed
[arm64 CI]: add arm64 github runner
1 parent f2254ad commit 4cd3df9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/building.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-20.04, macos-14, windows-2019]
13+
os: [ubuntu-20.04, macos-14, windows-2019, ubuntu-22.04-arm]
1414
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1515
torch-version: [2.6.0] # [2.5.0]
1616
cuda-version: ['cpu', 'cu118', 'cu121', 'cu124', 'cu126']

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-latest, windows-latest]
17+
os: [ubuntu-latest, windows-latest, ubuntu-22.04-arm]
1818
python-version: [3.9]
1919
torch-version: [2.5.0, 2.6.0]
2020

0 commit comments

Comments
 (0)