Skip to content

Commit ebc16b7

Browse files
committed
ubuntu-latest
1 parent e0770c7 commit ebc16b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
needs:
212212
- plan
213213
- build-local-artifacts
214-
runs-on: "ubuntu-20.04"
214+
runs-on: "ubuntu-latest"
215215
env:
216216
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
217217
BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json
@@ -258,7 +258,7 @@ jobs:
258258
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') }}
259259
env:
260260
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
261-
runs-on: "ubuntu-20.04"
261+
runs-on: "ubuntu-latest"
262262
outputs:
263263
val: ${{ steps.host.outputs.manifest }}
264264
steps:
@@ -301,7 +301,7 @@ jobs:
301301
# still allowing individual publish jobs to skip themselves (for prereleases).
302302
# "host" however must run to completion, no skipping allowed!
303303
if: ${{ always() && needs.host.result == 'success' }}
304-
runs-on: "ubuntu-20.04"
304+
runs-on: "ubuntu-latest"
305305
env:
306306
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
307307
steps:

0 commit comments

Comments
 (0)