CI: use standard GHA runners

"Larger" runners are no longer required for nested virt with Linux

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2024-01-19 12:33:23 +09:00
parent 44cd362275
commit d34725f85a
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A

View File

@ -578,9 +578,7 @@ jobs:
integration-vagrant:
name: Vagrant integration
# "Larger" runner is needed for nested virtualization
# https://github.com/organizations/containerd/settings/actions/runners
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-22.04
timeout-minutes: 60
needs: [project, linters, protos, man]