|
1 | | -# This file was autogenerated by dist: https://opensource.axo.dev/cargo-dist/ |
| 1 | +# This file was autogenerated by dist: https://axodotdev.github.io/cargo-dist |
2 | 2 | # |
3 | 3 | # Copyright 2022-2024, axodotdev |
4 | 4 | # SPDX-License-Identifier: MIT or Apache-2.0 |
|
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 || '' }} |
|
63 | 63 | # we specify bash to get pipefail; it guards against the `curl` command |
64 | 64 | # failing. otherwise `sh` won't catch that `curl` returned non-0 |
65 | 65 | shell: bash |
66 | | - run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.0/cargo-dist-installer.sh | sh" |
| 66 | + run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.2/cargo-dist-installer.sh | sh" |
67 | 67 | - name: Cache dist |
68 | 68 | uses: actions/upload-artifact@v4 |
69 | 69 | with: |
@@ -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: |
@@ -282,7 +282,7 @@ jobs: |
282 | 282 | # still allowing individual publish jobs to skip themselves (for prereleases). |
283 | 283 | # "host" however must run to completion, no skipping allowed! |
284 | 284 | if: ${{ always() && needs.host.result == 'success' }} |
285 | | - runs-on: "ubuntu-20.04" |
| 285 | + runs-on: "ubuntu-22.04" |
286 | 286 | env: |
287 | 287 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
288 | 288 | steps: |
|
0 commit comments