Skip to content

Commit cff7db2

Browse files
authored
Merge pull request #154 from dokku/ci-on-noble
tests: run ci on ubuntu 24.04
2 parents a39302f + 82cff03 commit cff7db2

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
jobs:
2222
bump-version:
2323
name: bump-version
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525

2626
steps:
2727
- name: Checkout

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build:
1515
name: build
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v4
1919

.github/workflows/lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
hadolint:
1515
name: hadolint
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Clone
1919
uses: actions/checkout@v4
@@ -22,7 +22,7 @@ jobs:
2222

2323
markdown-lint:
2424
name: markdown-lint
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
steps:
2727
- name: Clone
2828
uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
3434

3535
shellcheck:
3636
name: shellcheck
37-
runs-on: ubuntu-22.04
37+
runs-on: ubuntu-24.04
3838
steps:
3939
- name: Clone
4040
uses: actions/checkout@v4
@@ -45,7 +45,7 @@ jobs:
4545

4646
shfmt:
4747
name: shfmt
48-
runs-on: ubuntu-22.04
48+
runs-on: ubuntu-24.04
4949
steps:
5050
- name: Clone
5151
uses: actions/checkout@v4
@@ -58,7 +58,7 @@ jobs:
5858

5959
yamllint:
6060
name: yamllint
61-
runs-on: ubuntu-22.04
61+
runs-on: ubuntu-24.04
6262
steps:
6363
- name: Clone
6464
uses: actions/checkout@v4

.github/workflows/tagged-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
tagged-release:
1717
name: tagged-release
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
env:
2020
CI_BRANCH: release
2121
PACKAGECLOUD_REPOSITORY: dokku/dokku

0 commit comments

Comments
 (0)