Skip to content
Merged
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-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

release:
needs: [build]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15

permissions:
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:

jobs:
setup:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15

outputs:
Expand All @@ -41,7 +41,7 @@ jobs:
run: echo "uid=$(uuidgen)" >> ${GITHUB_OUTPUT}

lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: setup
timeout-minutes: 15
permissions:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
check_all_files_with_shebangs: 'true'

bats:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: setup
timeout-minutes: 15

Expand All @@ -103,7 +103,7 @@ jobs:
run: pnpm test:bats

vitest:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: setup
timeout-minutes: 15

Expand All @@ -125,7 +125,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: setup
timeout-minutes: 15

Expand Down Expand Up @@ -160,10 +160,10 @@ jobs:
matrix:
arch:
- name: x86_64
os: ubuntu-22.04
os: ubuntu-24.04
tag: amd64
- name: aarch64
os: ubuntu-22.04-arm
os: ubuntu-24.04-arm
tag: arm64

steps:
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
# CONTAINERBASE_CDN: ${{ vars.CONTAINERBASE_CDN }}

distro:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- bats
- lint
Expand Down Expand Up @@ -295,10 +295,10 @@ jobs:
- latest
arch:
- name: x86_64
os: ubuntu-22.04
os: ubuntu-24.04
tag: amd64
- name: aarch64
os: ubuntu-22.04-arm
os: ubuntu-24.04-arm
tag: arm64

env:
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
needs:
- distro
- lang
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 1
if: always()
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
devcontainer-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.event.pull_request.draft != true
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions: {}

jobs:
trivy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
security-events: write
Expand Down