|
17 | 17 | # ----- FLOW ----- |
18 | 18 | discover_flow_inline_configs: |
19 | 19 | name: Discover flow inline configs |
20 | | - runs-on: "" |
| 20 | + runs-on: ${{ matrix.runner }} |
21 | 21 | outputs: |
22 | 22 | matrix: ${{ steps.set-matrix.outputs.result }} |
23 | 23 | steps: |
|
39 | 39 | flow: |
40 | 40 | name: Flow check ${{ matrix.flow_inline_config_shortname }} |
41 | 41 | needs: discover_flow_inline_configs |
42 | | - runs-on: "" |
| 42 | + runs-on: ${{ matrix.runner }} |
43 | 43 | continue-on-error: true |
44 | 44 | strategy: |
45 | 45 | matrix: |
|
70 | 70 | # ----- FIZZ ----- |
71 | 71 | check_generated_fizz_runtime: |
72 | 72 | name: Confirm generated inline Fizz runtime is up to date |
73 | | - runs-on: "" |
| 73 | + runs-on: ${{ matrix.runner }} |
74 | 74 | steps: |
75 | 75 | - uses: actions/checkout@v4 |
76 | 76 | with: |
@@ -101,7 +101,7 @@ jobs: |
101 | 101 | # ----- FEATURE FLAGS ----- |
102 | 102 | flags: |
103 | 103 | name: Check flags |
104 | | - runs-on: "" |
| 104 | + runs-on: ${{ matrix.runner }} |
105 | 105 | steps: |
106 | 106 | - uses: actions/checkout@v4 |
107 | 107 | with: |
@@ -130,7 +130,7 @@ jobs: |
130 | 130 | # ----- TESTS ----- |
131 | 131 | test: |
132 | 132 | name: yarn test ${{ matrix.params }} (Shard ${{ matrix.shard }}) |
133 | | - runs-on: "" |
| 133 | + runs-on: ${{ matrix.runner }} |
134 | 134 | strategy: |
135 | 135 | matrix: |
136 | 136 | params: |
@@ -186,7 +186,7 @@ jobs: |
186 | 186 | # ----- BUILD ----- |
187 | 187 | build_and_lint: |
188 | 188 | name: yarn build and lint |
189 | | - runs-on: "" |
| 189 | + runs-on: ${{ matrix.runner }} |
190 | 190 | strategy: |
191 | 191 | matrix: |
192 | 192 | # yml is dumb. update the --total arg to yarn build if you change the number of workers |
@@ -293,7 +293,7 @@ jobs: |
293 | 293 | - ubuntu-24.04 |
294 | 294 | - devzero-ubuntu-24.04 |
295 | 295 | continue-on-error: true |
296 | | - runs-on: "" |
| 296 | + runs-on: ${{ matrix.runner }} |
297 | 297 | steps: |
298 | 298 | - uses: actions/checkout@v4 |
299 | 299 | with: |
@@ -325,7 +325,7 @@ jobs: |
325 | 325 | process_artifacts_combined: |
326 | 326 | name: Process artifacts combined |
327 | 327 | needs: build_and_lint |
328 | | - runs-on: "" |
| 328 | + runs-on: ${{ matrix.runner }} |
329 | 329 | steps: |
330 | 330 | - uses: actions/checkout@v4 |
331 | 331 | with: |
@@ -377,7 +377,7 @@ jobs: |
377 | 377 | check_error_codes: |
378 | 378 | name: Search build artifacts for unminified errors |
379 | 379 | needs: build_and_lint |
380 | | - runs-on: "" |
| 380 | + runs-on: ${{ matrix.runner }} |
381 | 381 | steps: |
382 | 382 | - uses: actions/checkout@v4 |
383 | 383 | with: |
@@ -417,7 +417,7 @@ jobs: |
417 | 417 | check_release_dependencies: |
418 | 418 | name: Check release dependencies |
419 | 419 | needs: build_and_lint |
420 | | - runs-on: "" |
| 420 | + runs-on: ${{ matrix.runner }} |
421 | 421 | steps: |
422 | 422 | - uses: actions/checkout@v4 |
423 | 423 | with: |
@@ -454,7 +454,7 @@ jobs: |
454 | 454 | RELEASE_CHANNEL_stable_yarn_test_dom_fixtures: |
455 | 455 | name: Check fixtures DOM (stable) |
456 | 456 | needs: build_and_lint |
457 | | - runs-on: "" |
| 457 | + runs-on: ${{ matrix.runner }} |
458 | 458 | steps: |
459 | 459 | - uses: actions/checkout@v4 |
460 | 460 | with: |
@@ -500,7 +500,7 @@ jobs: |
500 | 500 | run_fixtures_flight_tests: |
501 | 501 | name: Run fixtures Flight tests |
502 | 502 | needs: build_and_lint |
503 | | - runs-on: "" |
| 503 | + runs-on: ${{ matrix.runner }} |
504 | 504 | steps: |
505 | 505 | - uses: actions/checkout@v4 |
506 | 506 | with: |
@@ -568,7 +568,7 @@ jobs: |
568 | 568 | build_devtools_and_process_artifacts: |
569 | 569 | name: Build DevTools and process artifacts |
570 | 570 | needs: build_and_lint |
571 | | - runs-on: "" |
| 571 | + runs-on: ${{ matrix.runner }} |
572 | 572 | steps: |
573 | 573 | - uses: actions/checkout@v4 |
574 | 574 | with: |
@@ -623,7 +623,7 @@ jobs: |
623 | 623 | run_devtools_e2e_tests: |
624 | 624 | name: Run DevTools e2e tests |
625 | 625 | needs: build_devtools_and_process_artifacts |
626 | | - runs-on: "" |
| 626 | + runs-on: ${{ matrix.runner }} |
627 | 627 | steps: |
628 | 628 | - uses: actions/checkout@v4 |
629 | 629 | with: |
@@ -664,7 +664,7 @@ jobs: |
664 | 664 | download_base_build_for_sizebot: |
665 | 665 | if: ${{ github.event_name == 'pull_request' && github.ref_name != 'main' }} |
666 | 666 | name: Download base build for sizebot |
667 | | - runs-on: "" |
| 667 | + runs-on: ${{ matrix.runner }} |
668 | 668 | steps: |
669 | 669 | - uses: actions/checkout@v4 |
670 | 670 | with: |
@@ -714,7 +714,7 @@ jobs: |
714 | 714 | needs: |
715 | 715 | - build_and_lint |
716 | 716 | - download_base_build_for_sizebot |
717 | | - runs-on: "" |
| 717 | + runs-on: ${{ matrix.runner }} |
718 | 718 | steps: |
719 | 719 | - uses: actions/checkout@v4 |
720 | 720 | with: |
|
0 commit comments