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