Skip to content

Commit cd15112

Browse files
committed
CI: arm64-8core-32gb -> ubuntu-24.04-arm
GHA now provides ARM runners for free https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/ Signed-off-by: Akihiro Suda <[email protected]>
1 parent c2b949f commit cd15112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- runner: ubuntu-24.04
3434
containerd: v2.0.2
3535
arch: amd64
36-
- runner: arm64-8core-32gb
36+
- runner: ubuntu-24.04-arm
3737
containerd: v2.0.2
3838
arch: arm64
3939
env:
@@ -119,7 +119,7 @@ jobs:
119119
arch: amd64
120120
- ubuntu: 24.04
121121
containerd: v2.0.2
122-
runner: arm64-8core-32gb
122+
runner: ubuntu-24.04-arm
123123
arch: arm64
124124
env:
125125
CONTAINERD_VERSION: "${{ matrix.containerd }}"

0 commit comments

Comments
 (0)