From 158b0f2b2bcf029a05a68e00730d728b582fab4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:56:48 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v26 | datasource | package | from | to | | -------------- | ------- | ----- | ----- | | github-runners | ubuntu | 24.04 | 26.04 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release-publish.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82cf45d7..9fb8667c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -340,7 +340,7 @@ jobs: SKIP_IMAGE_DIGESTS: >- ${{ (needs.change-triage.outputs.core-changed != 'true' && needs.change-triage.outputs.run-openshift != 'true') && 'true' || '' }} - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 permissions: contents: read packages: write diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index ba6eb4ea..686d8220 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -38,7 +38,7 @@ jobs: needs: - release-publish if: github.repository_owner == 'cloudnative-pg' - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 permissions: contents: read outputs: @@ -68,7 +68,7 @@ jobs: github.repository_owner == 'cloudnative-pg' env: ENVIRONMENT: "production" - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 permissions: contents: write packages: write @@ -120,7 +120,7 @@ jobs: concurrency: group: publish-bundle cancel-in-progress: false - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 permissions: contents: read steps: