Skip to content

Commit

Permalink
ci(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 31f8ef8 commit 0ab7ab3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
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
16 changes: 8 additions & 8 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
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
Expand All @@ -32,7 +32,7 @@ jobs:
save-cache: true

lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: setup
timeout-minutes: 15
permissions:
Expand Down Expand Up @@ -69,7 +69,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 @@ -93,7 +93,7 @@ jobs:
run: pnpm test:bats

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

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

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

Expand Down Expand Up @@ -156,7 +156,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 @@ -236,7 +236,7 @@ jobs:
- latest
arch:
- name: x86_64
os: ubuntu-22.04
os: ubuntu-24.04
- name: aarch64
os: ubuntu-22.04-arm

Expand Down Expand Up @@ -274,7 +274,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

0 comments on commit 0ab7ab3

Please sign in to comment.