Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
Loading