Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit 8ff9d67

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 334b9fa commit 8ff9d67

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
jobs:
4646
# Run 'cargo dist plan' (or host) to determine what tasks we need to do
4747
plan:
48-
runs-on: "ubuntu-20.04"
48+
runs-on: "ubuntu-24.04"
4949
outputs:
5050
val: ${{ steps.plan.outputs.manifest }}
5151
tag: ${{ !github.event.pull_request && github.ref_name || '' }}
@@ -158,7 +158,7 @@ jobs:
158158
needs:
159159
- plan
160160
- build-local-artifacts
161-
runs-on: "ubuntu-20.04"
161+
runs-on: "ubuntu-24.04"
162162
env:
163163
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
164164
BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json
@@ -208,7 +208,7 @@ jobs:
208208
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') }}
209209
env:
210210
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
211-
runs-on: "ubuntu-20.04"
211+
runs-on: "ubuntu-24.04"
212212
outputs:
213213
val: ${{ steps.host.outputs.manifest }}
214214
steps:
@@ -266,7 +266,7 @@ jobs:
266266
needs:
267267
- plan
268268
- host
269-
runs-on: "ubuntu-20.04"
269+
runs-on: "ubuntu-24.04"
270270
env:
271271
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
272272
PLAN: ${{ needs.plan.outputs.val }}
@@ -306,7 +306,7 @@ jobs:
306306
needs:
307307
- plan
308308
- host
309-
runs-on: "ubuntu-20.04"
309+
runs-on: "ubuntu-24.04"
310310
env:
311311
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
312312
PLAN: ${{ needs.plan.outputs.val }}
@@ -340,7 +340,7 @@ jobs:
340340
# still allowing individual publish jobs to skip themselves (for prereleases).
341341
# "host" however must run to completion, no skipping allowed!
342342
if: ${{ always() && needs.host.result == 'success' && (needs.publish-homebrew-formula.result == 'skipped' || needs.publish-homebrew-formula.result == 'success') && (needs.publish-npm.result == 'skipped' || needs.publish-npm.result == 'success') }}
343-
runs-on: "ubuntu-20.04"
343+
runs-on: "ubuntu-24.04"
344344
env:
345345
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
346346
steps:

0 commit comments

Comments
 (0)