File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments