Skip to content

Commit 658fef4

Browse files
authored
Merge pull request #348 from dokku/update-workflows
chore: bump runs-on image from ubuntu-22.04 to ubuntu-24.04
2 parents 8693fdb + 28f5fba commit 658fef4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump-version.yaml

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/tagged-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
tagged-release:
1212
name: tagged-release
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- name: Release

0 commit comments

Comments
 (0)