Skip to content

Commit 0817c97

Browse files
authored
Merge pull request containerd#9655 from AkihiroSuda/gha-use-standard-runners
CI: use standard GHA runners
2 parents 44cd362 + d34725f commit 0817c97

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)