Skip to content

Commit 2358b26

Browse files
committed
regenerate dist
1 parent ae7fe64 commit 2358b26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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-22.04"
50+
runs-on: "ubuntu-latest"
5151
outputs:
5252
val: ${{ steps.plan.outputs.manifest }}
5353
tag: ${{ !github.event.pull_request && github.ref_name || '' }}
@@ -170,7 +170,7 @@ jobs:
170170
needs:
171171
- plan
172172
- build-local-artifacts
173-
runs-on: "ubuntu-22.04"
173+
runs-on: "ubuntu-latest"
174174
env:
175175
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
176176
BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json
@@ -221,7 +221,7 @@ jobs:
221221
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') }}
222222
env:
223223
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
224-
runs-on: "ubuntu-22.04"
224+
runs-on: "ubuntu-latest"
225225
outputs:
226226
val: ${{ steps.host.outputs.manifest }}
227227
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-22.04"
289+
runs-on: "ubuntu-latest"
290290
env:
291291
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
292292
steps:

0 commit comments

Comments
 (0)