Skip to content

Commit

Permalink
tests: run ci on ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Sep 22, 2024
1 parent 3a07fe8 commit 82cff03
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
bump-version:
name: bump-version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
name: build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
hadolint:
name: hadolint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Clone
uses: actions/checkout@v4
Expand All @@ -22,7 +22,7 @@ jobs:

markdown-lint:
name: markdown-lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Clone
uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:

shellcheck:
name: shellcheck
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Clone
uses: actions/checkout@v4
Expand All @@ -45,7 +45,7 @@ jobs:

shfmt:
name: shfmt
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Clone
uses: actions/checkout@v4
Expand All @@ -58,7 +58,7 @@ jobs:

yamllint:
name: yamllint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Clone
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
tagged-release:
name: tagged-release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
CI_BRANCH: release
PACKAGECLOUD_REPOSITORY: dokku/dokku
Expand Down

0 comments on commit 82cff03

Please sign in to comment.