diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 6f2f9ef5c..6ae9baf4f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -13,7 +13,7 @@ defaults: jobs: e2e-test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 229a21e0e..b987e9cb5 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -22,7 +22,7 @@ env: jobs: golangci-lint: name: golangci-lint - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false steps: diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 613607c1d..cc08b32a7 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -19,7 +19,7 @@ permissions: jobs: unit-test: name: Unit Tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -56,7 +56,7 @@ jobs: docker-local: permissions: security-events: write # for github/codeql-action/upload-sarif to upload SARIF results - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index e701cfa10..4fb2607bd 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR name: Validate PR title - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: amannn/action-semantic-pull-request@v5 id: lint_pr_title diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 1480cbdb7..b3bafd37c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,7 +24,7 @@ jobs: permissions: contents: write # for google-github-actions/release-please-action to create release commit pull-requests: write # for google-github-actions/release-please-action to create release PR - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 # Release-please creates a PR that tracks all changes steps: @@ -44,7 +44,7 @@ jobs: needs: release-please permissions: packages: write # to push the container image - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ needs.release-please.outputs.release_created }} steps: - name: Checkout @@ -110,7 +110,7 @@ jobs: needs: release-please permissions: contents: write # for softprops/action-gh-release to create GitHub release - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ needs.release-please.outputs.release_created }} steps: - name: Checkout @@ -146,7 +146,7 @@ jobs: needs: release-please permissions: contents: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ needs.release-please.outputs.release_created }} steps: - name: Checkout diff --git a/.github/workflows/validate-crd-docs.yml b/.github/workflows/validate-crd-docs.yml index f437e3e17..08eeeb537 100644 --- a/.github/workflows/validate-crd-docs.yml +++ b/.github/workflows/validate-crd-docs.yml @@ -9,7 +9,7 @@ defaults: jobs: check-helm-docs: name: Check crd documentation values - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Check out code uses: actions/checkout@v4 diff --git a/.github/workflows/validate-helm-docs.yml b/.github/workflows/validate-helm-docs.yml index 05628f3ed..6477ef168 100644 --- a/.github/workflows/validate-helm-docs.yml +++ b/.github/workflows/validate-helm-docs.yml @@ -11,7 +11,7 @@ defaults: jobs: check-helm-docs: name: Check helm documentation values - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Check out code uses: actions/checkout@v4