Skip to content

Commit 436bd66

Browse files
committed
Bump Ubuntu runner image
1 parent 78e4936 commit 436bd66

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ on:
4747
jobs:
4848
# Run 'dist plan' (or host) to determine what tasks we need to do
4949
plan:
50-
runs-on: "ubuntu-20.04"
50+
runs-on: "ubuntu-24.04"
5151
outputs:
5252
val: ${{ steps.plan.outputs.manifest }}
5353
tag: ${{ !github.event.pull_request && github.ref_name || '' }}
@@ -172,7 +172,7 @@ jobs:
172172
needs:
173173
- plan
174174
- build-local-artifacts
175-
runs-on: "ubuntu-20.04"
175+
runs-on: "ubuntu-24.04"
176176
env:
177177
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178178
BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json
@@ -222,7 +222,7 @@ jobs:
222222
if: ${{ always() && needs.plan.outputs.publishing == 'true' && (needs.build-global-artifacts.result == 'skipped' || needs.build-global-artifacts.result == 'success') && (needs.build-local-artifacts.result == 'skipped' || needs.build-local-artifacts.result == 'success') }}
223223
env:
224224
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
225-
runs-on: "ubuntu-20.04"
225+
runs-on: "ubuntu-24.04"
226226
outputs:
227227
val: ${{ steps.host.outputs.manifest }}
228228
steps:
@@ -286,7 +286,7 @@ jobs:
286286
# still allowing individual publish jobs to skip themselves (for prereleases).
287287
# "host" however must run to completion, no skipping allowed!
288288
if: ${{ always() && needs.host.result == 'success' }}
289-
runs-on: "ubuntu-20.04"
289+
runs-on: "ubuntu-24.04"
290290
env:
291291
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
292292
steps:

0 commit comments

Comments
 (0)