From 049bca534a1628423e3184c57eb27331e2c33211 Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Wed, 26 Mar 2025 22:08:55 +0000 Subject: [PATCH] Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 2d4e345..96fb972 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -13,7 +13,7 @@ jobs: sonar: if: github.repository == 'GoogleContainerTools/jib-extensions' # Only run on upstream branch name: Build with Sonar - runs-on: ubuntu-20.04 + runs-on: 'ubuntu-24.04' steps: - name: Get current date id: date