Skip to content

Commit 8b39814

Browse files
Update dependency ubuntu to v24 (#617)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6496420 commit 8b39814

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/decide-runner.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
setup:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
outputs:
1111
runner: ${{ steps.step1.outputs.runner }}
1212
name: setup

.github/workflows/docker-bake.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
bake:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: checkout
1919
uses: actions/checkout@v4

.github/workflows/images-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
report:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
name: report
1313
steps:
1414
- name: checkout

.github/workflows/report.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
report:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
name: report
1818
steps:
1919
- name: checkout

0 commit comments

Comments
 (0)