Skip to content

Commit f96ea45

Browse files
authored
Merge pull request #149 from crazy-max/ci-arm64
ci: test ubuntu arm64 runners
2 parents 6b291a1 + d44b774 commit f96ea45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
matrix:
2929
os:
3030
- ubuntu-latest
31+
- ubuntu-24.04-arm
3132
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
3233
- macos-13
3334
- windows-latest
@@ -51,6 +52,7 @@ jobs:
5152
matrix:
5253
os:
5354
- ubuntu-latest
55+
- ubuntu-24.04-arm
5456
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
5557
- macos-13
5658
- windows-latest
@@ -72,6 +74,7 @@ jobs:
7274
matrix:
7375
os:
7476
- ubuntu-latest
77+
- ubuntu-24.04-arm
7578
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
7679
- macos-13
7780
- windows-latest
@@ -99,6 +102,7 @@ jobs:
99102
matrix:
100103
os:
101104
- ubuntu-latest
105+
- ubuntu-24.04-arm
102106
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
103107
- macos-13
104108
- windows-latest
@@ -279,6 +283,7 @@ jobs:
279283
matrix:
280284
os:
281285
- ubuntu-latest
286+
- ubuntu-24.04-arm
282287
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
283288
- macos-13
284289
- windows-latest

0 commit comments

Comments
 (0)