|
49 | 49 | jobs: |
50 | 50 | # Run 'dist plan' (or host) to determine what tasks we need to do |
51 | 51 | plan: |
52 | | - runs-on: "ubuntu-20.04" |
| 52 | + runs-on: "ubuntu-latest" |
53 | 53 | outputs: |
54 | 54 | val: ${{ steps.plan.outputs.manifest }} |
55 | 55 | tag: ${{ !github.event.pull_request && github.ref_name || '' }} |
@@ -174,7 +174,7 @@ jobs: |
174 | 174 | needs: |
175 | 175 | - plan |
176 | 176 | - build-local-artifacts |
177 | | - runs-on: "ubuntu-20.04" |
| 177 | + runs-on: "ubuntu-latest" |
178 | 178 | env: |
179 | 179 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
180 | 180 | BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json |
@@ -234,7 +234,7 @@ jobs: |
234 | 234 | if: ${{ always() && needs.plan.outputs.publishing == 'true' && (needs.build-global-artifacts.result == 'skipped' || needs.build-global-artifacts.result == 'success') && (needs.custom-build-man.result == 'skipped' || needs.custom-build-man.result == 'success') && (needs.build-local-artifacts.result == 'skipped' || needs.build-local-artifacts.result == 'success') }} |
235 | 235 | env: |
236 | 236 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
237 | | - runs-on: "ubuntu-20.04" |
| 237 | + runs-on: "ubuntu-latest" |
238 | 238 | outputs: |
239 | 239 | val: ${{ steps.host.outputs.manifest }} |
240 | 240 | steps: |
@@ -294,7 +294,7 @@ jobs: |
294 | 294 | needs: |
295 | 295 | - plan |
296 | 296 | - host |
297 | | - runs-on: "ubuntu-20.04" |
| 297 | + runs-on: "ubuntu-latest" |
298 | 298 | env: |
299 | 299 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
300 | 300 | PLAN: ${{ needs.plan.outputs.val }} |
@@ -344,7 +344,7 @@ jobs: |
344 | 344 | # still allowing individual publish jobs to skip themselves (for prereleases). |
345 | 345 | # "host" however must run to completion, no skipping allowed! |
346 | 346 | if: ${{ always() && needs.host.result == 'success' && (needs.publish-homebrew-formula.result == 'skipped' || needs.publish-homebrew-formula.result == 'success') }} |
347 | | - runs-on: "ubuntu-20.04" |
| 347 | + runs-on: "ubuntu-latest" |
348 | 348 | env: |
349 | 349 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
350 | 350 | steps: |
|
0 commit comments