|
14 | 14 | jobs: |
15 | 15 | lint: |
16 | 16 | name: "Lint" |
17 | | - runs-on: "ubuntu-latest" |
| 17 | + runs-on: blacksmith-4vcpu-ubuntu-2404 |
18 | 18 | if: ${{ false }} |
19 | 19 |
|
20 | 20 | strategy: |
|
52 | 52 | coding-standards: |
53 | 53 | name: "Coding Standard" |
54 | 54 |
|
55 | | - runs-on: "ubuntu-latest" |
| 55 | + runs-on: blacksmith-4vcpu-ubuntu-2404 |
56 | 56 | if: ${{ false }} |
57 | 57 |
|
58 | 58 | strategy: |
|
85 | 85 | dependency-analysis: |
86 | 86 | name: "Dependency Analysis" |
87 | 87 |
|
88 | | - runs-on: "ubuntu-latest" |
| 88 | + runs-on: blacksmith-4vcpu-ubuntu-2404 |
89 | 89 | if: ${{ false }} |
90 | 90 |
|
91 | 91 | strategy: |
@@ -195,7 +195,7 @@ jobs: |
195 | 195 | tests-code-coverage: |
196 | 196 | name: "Tests with code coverage" |
197 | 197 |
|
198 | | - runs-on: "ubuntu-latest" |
| 198 | + runs-on: blacksmith-4vcpu-ubuntu-2404 |
199 | 199 |
|
200 | 200 | steps: |
201 | 201 | - name: "Checkout" |
@@ -280,7 +280,7 @@ jobs: |
280 | 280 | name: "PHPStan with result cache" |
281 | 281 | if: ${{ false }} |
282 | 282 |
|
283 | | - runs-on: ubuntu-latest |
| 283 | + runs-on: blacksmith-4vcpu-ubuntu-2404 |
284 | 284 |
|
285 | 285 | strategy: |
286 | 286 | matrix: |
@@ -357,7 +357,7 @@ jobs: |
357 | 357 | name: "Compiler Tests" |
358 | 358 | if: ${{ false }} |
359 | 359 |
|
360 | | - runs-on: "ubuntu-latest" |
| 360 | + runs-on: blacksmith-4vcpu-ubuntu-2404 |
361 | 361 |
|
362 | 362 | steps: |
363 | 363 | - name: "Checkout" |
@@ -388,7 +388,7 @@ jobs: |
388 | 388 | name: "Generate baseline" |
389 | 389 | if: ${{ false }} |
390 | 390 |
|
391 | | - runs-on: "ubuntu-latest" |
| 391 | + runs-on: blacksmith-4vcpu-ubuntu-2404 |
392 | 392 |
|
393 | 393 | strategy: |
394 | 394 | matrix: |
@@ -416,7 +416,7 @@ jobs: |
416 | 416 |
|
417 | 417 | e2e-tests: |
418 | 418 | name: "E2E tests" |
419 | | - runs-on: "ubuntu-latest" |
| 419 | + runs-on: blacksmith-4vcpu-ubuntu-2404 |
420 | 420 | if: ${{ false }} |
421 | 421 |
|
422 | 422 | strategy: |
|
0 commit comments