2626
2727 strategy :
2828 matrix :
29- os : [ubuntu-20.04, actuated- arm64-4cpu-16gb , macos-13, windows-2019]
29+ os : [ubuntu-20.04, arm64-8core-32gb , macos-13, windows-2019]
3030 exclude :
31- - os : ${{ github.repository != 'containerd/containerd' && 'actuated- arm64-4cpu-16gb ' }}
31+ - os : ${{ github.repository != 'containerd/containerd' && 'arm64-8core-32gb ' }}
3232
3333 steps :
3434 - uses : actions/checkout@v4
@@ -193,10 +193,10 @@ jobs:
193193
194194 strategy :
195195 matrix :
196- os : [ubuntu-20.04, actuated- arm64-4cpu-16gb , macos-13, windows-2019, windows-2022]
196+ os : [ubuntu-20.04, arm64-8core-32gb , macos-13, windows-2019, windows-2022]
197197 go-version : ["1.22.8", "1.23.2"]
198198 exclude :
199- - os : ${{ github.repository != 'containerd/containerd' && 'actuated- arm64-4cpu-16gb ' }}
199+ - os : ${{ github.repository != 'containerd/containerd' && 'arm64-8core-32gb ' }}
200200 steps :
201201 - uses : actions/checkout@v4
202202 - uses : ./.github/actions/install-go
@@ -396,17 +396,17 @@ jobs:
396396 - io.containerd.runc.v2
397397 runc : [runc, crun]
398398 enable_cri_sandboxes : ["", "sandboxed"]
399- os : [ubuntu-20.04, actuated- arm64-4cpu-16gb ]
399+ os : [ubuntu-20.04, arm64-8core-32gb ]
400400 exclude :
401- - os : ${{ github.repository != 'containerd/containerd' && 'actuated- arm64-4cpu-16gb ' }}
401+ - os : ${{ github.repository != 'containerd/containerd' && 'arm64-8core-32gb ' }}
402402 - runtime : io.containerd.runc.v1
403403 runc : crun
404404 - runtime : io.containerd.runtime.v1.linux
405405 runc : crun
406406 - runtime : io.containerd.runc.v1
407- os : actuated- arm64-4cpu-16gb
407+ os : arm64-8core-32gb
408408 - runtime : io.containerd.runtime.v1.linux
409- os : actuated- arm64-4cpu-16gb
409+ os : arm64-8core-32gb
410410
411411 env :
412412 GOTEST : gotestsum --
@@ -427,10 +427,10 @@ jobs:
427427 script/setup/install-failpoint-binaries
428428
429429 - name : Install criu
430- # NOTE: Required actuated enable CONFIG_CHECKPOINT_RESTORE
430+ # NOTE: Required arm64 enable CONFIG_CHECKPOINT_RESTORE (need to confirm GitHub action runners config)
431431 #
432432 # REF: https://criu.org/Linux_kernel
433- if : matrix.os != 'actuated- arm64-4cpu-16gb '
433+ if : matrix.os != 'arm64-8core-32gb '
434434 run : |
435435 sudo add-apt-repository -y ppa:criu/ppa
436436 sudo apt-get update
0 commit comments