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
4 changes: 2 additions & 2 deletions .github/workflows/bake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: {}
jobs:
get_versions:
name: Get PostgreSQL versions
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
contents: read
outputs:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
Catalogs:
name: Update Catalogs
needs: Bake
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
contents: write
if: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bake_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

security:
name: Security checks
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
contents: read
packages: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bake_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: read-all
jobs:
build:
name: Run update script
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/catalogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:
jobs:
update-catalogs:
name: Updating catalogs
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
id-token: write
steps:
Expand Down
Loading