Skip to content

Commit d34725f

Browse files
committed
CI: use standard GHA runners
"Larger" runners are no longer required for nested virt with Linux Signed-off-by: Akihiro Suda <[email protected]>
1 parent 44cd362 commit d34725f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -578,9 +578,7 @@ jobs:
578578
579579
integration-vagrant:
580580
name: Vagrant integration
581-
# "Larger" runner is needed for nested virtualization
582-
# https://github.com/organizations/containerd/settings/actions/runners
583-
runs-on: ubuntu-latest-4-cores
581+
runs-on: ubuntu-22.04
584582
timeout-minutes: 60
585583
needs: [project, linters, protos, man]
586584

0 commit comments

Comments
 (0)