|
50 | 50 | jobs: |
51 | 51 | # Run 'dist plan' (or host) to determine what tasks we need to do |
52 | 52 | plan: |
53 | | - runs-on: "ubuntu-20.04" |
| 53 | + runs-on: "depot-ubuntu-latest-4" |
54 | 54 | outputs: |
55 | 55 | val: ${{ steps.plan.outputs.manifest }} |
56 | 56 | tag: ${{ (inputs.tag != 'dry-run' && inputs.tag) || '' }} |
@@ -116,7 +116,7 @@ jobs: |
116 | 116 | - plan |
117 | 117 | - custom-build-binaries |
118 | 118 | - custom-build-docker |
119 | | - runs-on: "ubuntu-20.04" |
| 119 | + runs-on: "depot-ubuntu-latest-4" |
120 | 120 | env: |
121 | 121 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
122 | 122 | BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json |
@@ -167,7 +167,7 @@ jobs: |
167 | 167 | if: ${{ always() && needs.plan.outputs.publishing == 'true' && (needs.build-global-artifacts.result == 'skipped' || needs.build-global-artifacts.result == 'success') && (needs.custom-build-binaries.result == 'skipped' || needs.custom-build-binaries.result == 'success') && (needs.custom-build-docker.result == 'skipped' || needs.custom-build-docker.result == 'success') }} |
168 | 168 | env: |
169 | 169 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
170 | | - runs-on: "ubuntu-20.04" |
| 170 | + runs-on: "depot-ubuntu-latest-4" |
171 | 171 | outputs: |
172 | 172 | val: ${{ steps.host.outputs.manifest }} |
173 | 173 | steps: |
@@ -242,7 +242,7 @@ jobs: |
242 | 242 | # still allowing individual publish jobs to skip themselves (for prereleases). |
243 | 243 | # "host" however must run to completion, no skipping allowed! |
244 | 244 | if: ${{ always() && needs.host.result == 'success' && (needs.custom-publish-pypi.result == 'skipped' || needs.custom-publish-pypi.result == 'success') && (needs.custom-publish-wasm.result == 'skipped' || needs.custom-publish-wasm.result == 'success') }} |
245 | | - runs-on: "ubuntu-20.04" |
| 245 | + runs-on: "depot-ubuntu-latest-4" |
246 | 246 | env: |
247 | 247 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
248 | 248 | steps: |
|
0 commit comments