diff --git a/.github/workflows/ci-check-gomod-alt.yml b/.github/workflows/ci-check-gomod-alt.yml index b4c608eb..315b1fd7 100644 --- a/.github/workflows/ci-check-gomod-alt.yml +++ b/.github/workflows/ci-check-gomod-alt.yml @@ -8,6 +8,6 @@ on: jobs: gomodreplacements: name: go.mod replacements - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - - run: 'echo "No check required" ' \ No newline at end of file + - run: 'echo "No check required" ' diff --git a/.github/workflows/ci-check-gomod.yml b/.github/workflows/ci-check-gomod.yml index b60b0d97..403aae67 100644 --- a/.github/workflows/ci-check-gomod.yml +++ b/.github/workflows/ci-check-gomod.yml @@ -9,7 +9,7 @@ on: jobs: gomodreplacements: name: go.mod replacements - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/ci-golang-sbom.yml b/.github/workflows/ci-golang-sbom.yml index 591aef6a..05fa6a61 100644 --- a/.github/workflows/ci-golang-sbom.yml +++ b/.github/workflows/ci-golang-sbom.yml @@ -12,7 +12,7 @@ on: jobs: golangci: name: GolangCI Lint - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 @@ -32,7 +32,7 @@ jobs: sbom: name: Generate SBOM - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 @@ -41,4 +41,4 @@ jobs: uses: CycloneDX/gh-gomod-generate-sbom@v2 with: version: v1 - args: mod -licenses -json -output - \ No newline at end of file + args: mod -licenses -json -output - diff --git a/.github/workflows/operator-cd.yml b/.github/workflows/operator-cd.yml index 21397b2d..aca66376 100644 --- a/.github/workflows/operator-cd.yml +++ b/.github/workflows/operator-cd.yml @@ -12,7 +12,7 @@ jobs: binary: name: Build & push a new operator release - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code diff --git a/.github/workflows/publish-operators-for-e2e-tests.yml b/.github/workflows/publish-operators-for-e2e-tests.yml index 9ec3d422..e98857d7 100644 --- a/.github/workflows/publish-operators-for-e2e-tests.yml +++ b/.github/workflows/publish-operators-for-e2e-tests.yml @@ -12,7 +12,7 @@ jobs: binary: name: Build & push operator bundles for e2e tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: ${{ github.event.comment == '' || contains(github.event.comment.body, '/retest') || contains(github.event.comment.body, '/test all') || contains(github.event.comment.body, '/test e2e') }} steps: # Checkout from PR event - in that case the comment field is empty diff --git a/.github/workflows/test-with-coverage.yml b/.github/workflows/test-with-coverage.yml index b5e9a17d..475899b9 100644 --- a/.github/workflows/test-with-coverage.yml +++ b/.github/workflows/test-with-coverage.yml @@ -13,7 +13,7 @@ on: jobs: test-with-coverage: name: Test with Coverage - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4