|
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-22.04" |
| 50 | + runs-on: "ubuntu-latest" |
51 | 51 | outputs: |
52 | 52 | val: ${{ steps.plan.outputs.manifest }} |
53 | 53 | tag: ${{ !github.event.pull_request && github.ref_name || '' }} |
@@ -170,7 +170,7 @@ jobs: |
170 | 170 | needs: |
171 | 171 | - plan |
172 | 172 | - build-local-artifacts |
173 | | - runs-on: "ubuntu-22.04" |
| 173 | + runs-on: "ubuntu-latest" |
174 | 174 | env: |
175 | 175 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
176 | 176 | BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json |
@@ -221,7 +221,7 @@ jobs: |
221 | 221 | 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') }} |
222 | 222 | env: |
223 | 223 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
224 | | - runs-on: "ubuntu-22.04" |
| 224 | + runs-on: "ubuntu-latest" |
225 | 225 | outputs: |
226 | 226 | val: ${{ steps.host.outputs.manifest }} |
227 | 227 | steps: |
@@ -286,7 +286,7 @@ jobs: |
286 | 286 | # still allowing individual publish jobs to skip themselves (for prereleases). |
287 | 287 | # "host" however must run to completion, no skipping allowed! |
288 | 288 | if: ${{ always() && needs.host.result == 'success' }} |
289 | | - runs-on: "ubuntu-22.04" |
| 289 | + runs-on: "ubuntu-latest" |
290 | 290 | env: |
291 | 291 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
292 | 292 | steps: |
|
0 commit comments