From c3deaaa2b75d9a945a452a1f45d8d00a37d8e389 Mon Sep 17 00:00:00 2001 From: Kornilios Kourtis Date: Thu, 10 Oct 2024 09:22:09 +0200 Subject: [PATCH] vmtests: use ubuntu-latest vmtests needed nested virtualization, so they were using ubuntu-latest-4cores-16gb machines. Now, ubuntu-latest also supports nested virtualization so switch vmtest to ubnutu-latest. Signed-off-by: Kornilios Kourtis --- .github/workflows/vmtests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vmtests.yml b/.github/workflows/vmtests.yml index 6d9f61d12a1..c7365a40796 100644 --- a/.github/workflows/vmtests.yml +++ b/.github/workflows/vmtests.yml @@ -89,7 +89,7 @@ jobs: cancel-in-progress: true needs: build name: Test kernel ${{ matrix.kernel }} / test group ${{ matrix.group }} - runs-on: ubuntu-latest-4cores-16gb + runs-on: ubuntu-latest timeout-minutes: 60 steps: - name: Install VM test dependencies