Skip to content

Commit

Permalink
vmtests: use ubuntu-latest
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kkourt committed Oct 10, 2024
1 parent edd2d33 commit c3deaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vmtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3deaaa

Please sign in to comment.