|
42 | 42 | pull_request: |
43 | 43 | push: |
44 | 44 | tags: |
45 | | - - '**[0-9]+.[0-9]+.[0-9]+*' |
| 45 | + - "**[0-9]+.[0-9]+.[0-9]+*" |
46 | 46 |
|
47 | 47 | jobs: |
48 | 48 | # Run 'dist plan' (or host) to determine what tasks we need to do |
49 | 49 | plan: |
50 | | - runs-on: "ubuntu-20.04" |
| 50 | + runs-on: "ubuntu-22.04" |
51 | 51 | outputs: |
52 | 52 | val: ${{ steps.plan.outputs.manifest }} |
53 | 53 | tag: ${{ !github.event.pull_request && github.ref_name || '' }} |
@@ -168,7 +168,7 @@ jobs: |
168 | 168 | needs: |
169 | 169 | - plan |
170 | 170 | - build-local-artifacts |
171 | | - runs-on: "ubuntu-20.04" |
| 171 | + runs-on: "ubuntu-22.04" |
172 | 172 | env: |
173 | 173 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
174 | 174 | BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json |
@@ -218,7 +218,7 @@ jobs: |
218 | 218 | 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') }} |
219 | 219 | env: |
220 | 220 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
221 | | - runs-on: "ubuntu-20.04" |
| 221 | + runs-on: "ubuntu-22.04" |
222 | 222 | outputs: |
223 | 223 | val: ${{ steps.host.outputs.manifest }} |
224 | 224 | steps: |
@@ -276,7 +276,7 @@ jobs: |
276 | 276 | needs: |
277 | 277 | - plan |
278 | 278 | - host |
279 | | - runs-on: "ubuntu-20.04" |
| 279 | + runs-on: "ubuntu-22.04" |
280 | 280 | env: |
281 | 281 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
282 | 282 | PLAN: ${{ needs.plan.outputs.val }} |
@@ -326,7 +326,7 @@ jobs: |
326 | 326 | # still allowing individual publish jobs to skip themselves (for prereleases). |
327 | 327 | # "host" however must run to completion, no skipping allowed! |
328 | 328 | if: ${{ always() && needs.host.result == 'success' && (needs.publish-homebrew-formula.result == 'skipped' || needs.publish-homebrew-formula.result == 'success') }} |
329 | | - runs-on: "ubuntu-20.04" |
| 329 | + runs-on: "ubuntu-22.04" |
330 | 330 | env: |
331 | 331 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
332 | 332 | steps: |
|
0 commit comments