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 @@ -19,7 +19,7 @@ jobs:
# Gather extensions that have been modified
change-triage:
name: Check changed files
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
outputs:
matrix: ${{ steps.get-matrix.outputs.matrix}}
steps:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
Catalogs:
name: Update Catalogs
needs: Bake
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
contents: write
if: github.ref == 'refs/heads/main'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/bake_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

security:
name: Security checks
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
contents: read
packages: read
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

generate-smoke-test-matrix:
name: Generate matrix for smoke tests
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions: {}
outputs:
versions: ${{ steps.versions.outputs.versions }}
Expand All @@ -128,7 +128,7 @@ jobs:

smoke-test:
name: Smoke test
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
contents: read
packages: read
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
copytoproduction:
name: Copy images to production
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
needs:
- testbuild
- security
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: {}
jobs:
unit-test:
name: Go unit tests
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-catalogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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
4 changes: 2 additions & 2 deletions .github/workflows/update_os_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: {}
jobs:
fetch-extensions:
name: Fetch target extensions
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
outputs:
extensions: ${{ steps.get-extensions.outputs.extensions }}
steps:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

update-extension-os-libs:
name: Update OS libs for ${{ matrix.extension }}
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
needs:
- fetch-extensions
strategy:
Expand Down
Loading