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/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defaults:
jobs:
test:
name: Run tests
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

steps:
- name: Checkout repository
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defaults:
jobs:
validate:
name: Run validations
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

steps:
- name: Checkout repository
Expand All @@ -37,7 +37,7 @@ jobs:

publish-to-pages:
name: Publish chart to github pages
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
needs: validate
permissions:
contents: write
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

publish-to-packages:
name: Publish chart to github packages
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
needs: validate
permissions:
contents: read
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

update-cop:
name: Update component operator
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
environment: release
needs: validate

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defaults:
jobs:
release:
name: Trigger release
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
environment: release
permissions:
contents: write
Expand Down