From ceab66b1ce4c420f17bfa423da6ce78dd772a502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bombo?= Date: Thu, 18 Jul 2024 21:21:57 +0000 Subject: [PATCH] ci: Run `build-checks-depending-on-kvm` for free MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also keeps the Rust installation step even though it's preinstalled, so that we use the version specified in versions.yaml. Signed-off-by: Aurélien Bombo --- .github/workflows/static-checks.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/static-checks.yaml b/.github/workflows/static-checks.yaml index 0af8af653b..3e2a450c5d 100644 --- a/.github/workflows/static-checks.yaml +++ b/.github/workflows/static-checks.yaml @@ -40,9 +40,7 @@ jobs: instance: ubuntu-20.04 build-checks-depending-on-kvm: - # TODO: Transition to free runner (see #9940). - if: false - runs-on: garm-ubuntu-2004-smaller + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: