File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 needs :
175175 - plan
176176 - build-local-artifacts
177- runs-on : " ubuntu-20.04 "
177+ runs-on : " ubuntu-latest "
178178 env :
179179 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
180180 BUILD_MANIFEST_NAME : target/distrib/global-dist-manifest.json
@@ -224,7 +224,7 @@ jobs:
224224 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') }}
225225 env :
226226 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
227- runs-on : " ubuntu-20.04 "
227+ runs-on : " ubuntu-latest "
228228 outputs :
229229 val : ${{ steps.host.outputs.manifest }}
230230 steps :
You can’t perform that action at this time.
0 commit comments