|
45 | 45 | jobs: |
46 | 46 | # Run 'cargo dist plan' (or host) to determine what tasks we need to do |
47 | 47 | plan: |
48 | | - runs-on: "ubuntu-20.04" |
| 48 | + runs-on: "ubuntu-22.04" |
49 | 49 | outputs: |
50 | 50 | val: ${{ steps.plan.outputs.manifest }} |
51 | 51 | tag: ${{ !github.event.pull_request && github.ref_name || '' }} |
@@ -160,7 +160,7 @@ jobs: |
160 | 160 | needs: |
161 | 161 | - plan |
162 | 162 | - build-local-artifacts |
163 | | - runs-on: "ubuntu-20.04" |
| 163 | + runs-on: "ubuntu-22.04" |
164 | 164 | env: |
165 | 165 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
166 | 166 | BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json |
@@ -210,7 +210,7 @@ jobs: |
210 | 210 | 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') }} |
211 | 211 | env: |
212 | 212 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
213 | | - runs-on: "ubuntu-20.04" |
| 213 | + runs-on: "ubuntu-22.04" |
214 | 214 | outputs: |
215 | 215 | val: ${{ steps.host.outputs.manifest }} |
216 | 216 | steps: |
@@ -270,7 +270,7 @@ jobs: |
270 | 270 | needs: |
271 | 271 | - plan |
272 | 272 | - host |
273 | | - runs-on: "ubuntu-20.04" |
| 273 | + runs-on: "ubuntu-22.04" |
274 | 274 | env: |
275 | 275 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
276 | 276 | PLAN: ${{ needs.plan.outputs.val }} |
@@ -315,7 +315,7 @@ jobs: |
315 | 315 | # still allowing individual publish jobs to skip themselves (for prereleases). |
316 | 316 | # "host" however must run to completion, no skipping allowed! |
317 | 317 | if: ${{ always() && needs.host.result == 'success' && (needs.publish-homebrew-formula.result == 'skipped' || needs.publish-homebrew-formula.result == 'success') }} |
318 | | - runs-on: "ubuntu-20.04" |
| 318 | + runs-on: "ubuntu-22.04" |
319 | 319 | env: |
320 | 320 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
321 | 321 | steps: |
|
0 commit comments