File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 needs :
158158 - plan
159159 - build-local-artifacts
160- runs-on : " ubuntu-20 .04"
160+ runs-on : " ubuntu-22 .04"
161161 env :
162162 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
163163 BUILD_MANIFEST_NAME : target/distrib/global-dist-manifest.json
@@ -204,7 +204,7 @@ jobs:
204204 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') }}
205205 env :
206206 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
207- runs-on : " ubuntu-20 .04"
207+ runs-on : " ubuntu-22 .04"
208208 outputs :
209209 val : ${{ steps.host.outputs.manifest }}
210210 steps :
@@ -244,7 +244,7 @@ jobs:
244244 # still allowing individual publish jobs to skip themselves (for prereleases).
245245 # "host" however must run to completion, no skipping allowed!
246246 if : ${{ always() && needs.host.result == 'success' }}
247- runs-on : " ubuntu-20 .04"
247+ runs-on : " ubuntu-22 .04"
248248 env :
249249 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
250250 steps :
You can’t perform that action at this time.
0 commit comments