diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 0cb03a0d4e..b46d5adc38 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -13,7 +13,7 @@ jobs: sonar: if: github.repository == 'GoogleContainerTools/jib' # 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