|
46 | 46 |
|
47 | 47 | jobs: |
48 | 48 | test_non_bootstrapped: |
49 | | - runs-on: [self-hosted, Linux] |
| 49 | + runs-on: ubuntu-24.04 |
50 | 50 | container: |
51 | 51 | image: lampepfl/dotty:2024-10-18 |
52 | 52 | options: --cpu-shares 4096 |
|
98 | 98 | ./project/scripts/cmdTests |
99 | 99 |
|
100 | 100 | test: |
101 | | - runs-on: [self-hosted, Linux] |
| 101 | + runs-on: ubuntu-24.04 |
102 | 102 | container: |
103 | 103 | image: lampepfl/dotty:2024-10-18 |
104 | 104 | options: --cpu-shares 4096 |
@@ -152,7 +152,7 @@ jobs: |
152 | 152 |
|
153 | 153 |
|
154 | 154 | test_windows_fast: |
155 | | - runs-on: [self-hosted, Windows] |
| 155 | + runs-on: windows-2022 |
156 | 156 | if: "( |
157 | 157 | github.event_name == 'push' |
158 | 158 | && github.ref != 'refs/heads/main' |
@@ -199,7 +199,7 @@ jobs: |
199 | 199 | shell: cmd |
200 | 200 |
|
201 | 201 | test_windows_full: |
202 | | - runs-on: [self-hosted, Windows] |
| 202 | + runs-on: windows-2022 |
203 | 203 | if: "github.event_name == 'schedule' && github.repository == 'scala/scala3' |
204 | 204 | || github.event_name == 'push' |
205 | 205 | || ( |
@@ -228,7 +228,7 @@ jobs: |
228 | 228 |
|
229 | 229 | mima: |
230 | 230 | name: MiMa |
231 | | - runs-on: [self-hosted, Linux] |
| 231 | + runs-on: ubuntu-24.04 |
232 | 232 | container: |
233 | 233 | image: lampepfl/dotty:2024-10-18 |
234 | 234 | options: --cpu-shares 4096 |
@@ -274,7 +274,7 @@ jobs: |
274 | 274 | ./project/scripts/sbt ";scala3-interfaces/mimaReportBinaryIssues ;scala3-library-bootstrapped/mimaReportBinaryIssues ;scala3-library-bootstrappedJS/mimaReportBinaryIssues; tasty-core-bootstrapped/mimaReportBinaryIssues" |
275 | 275 |
|
276 | 276 | community_build_a: |
277 | | - runs-on: [self-hosted, Linux] |
| 277 | + runs-on: ubuntu-24.04 |
278 | 278 | container: |
279 | 279 | image: lampepfl/dotty:2024-10-18 |
280 | 280 | options: --cpu-shares 4096 |
@@ -328,7 +328,7 @@ jobs: |
328 | 328 | run: cat community-build/dotty-community-build-deps || true |
329 | 329 |
|
330 | 330 | community_build_b: |
331 | | - runs-on: [self-hosted, Linux] |
| 331 | + runs-on: ubuntu-24.04 |
332 | 332 | container: |
333 | 333 | image: lampepfl/dotty:2024-10-18 |
334 | 334 | options: --cpu-shares 4096 |
@@ -382,7 +382,7 @@ jobs: |
382 | 382 | run: cat community-build/dotty-community-build-deps || true |
383 | 383 |
|
384 | 384 | community_build_c: |
385 | | - runs-on: [self-hosted, Linux] |
| 385 | + runs-on: ubuntu-24.04 |
386 | 386 | container: |
387 | 387 | image: lampepfl/dotty:2024-10-18 |
388 | 388 | options: --cpu-shares 4096 |
@@ -436,7 +436,7 @@ jobs: |
436 | 436 | run: cat community-build/dotty-community-build-deps || true |
437 | 437 |
|
438 | 438 | test_sbt: |
439 | | - runs-on: [self-hosted, Linux] |
| 439 | + runs-on: ubuntu-24.04 |
440 | 440 | container: |
441 | 441 | image: lampepfl/dotty:2024-10-18 |
442 | 442 | options: --cpu-shares 4096 |
@@ -481,7 +481,7 @@ jobs: |
481 | 481 | run: ./project/scripts/sbt "sbt-test/scripted; sbt-community-build/scripted" |
482 | 482 |
|
483 | 483 | test_java8: |
484 | | - runs-on: [self-hosted, Linux] |
| 484 | + runs-on: ubuntu-24.04 |
485 | 485 | container: |
486 | 486 | image: lampepfl/dotty:2024-10-18 |
487 | 487 | options: --cpu-shares 4096 |
@@ -537,7 +537,7 @@ jobs: |
537 | 537 | ./project/scripts/sbt ";sjsSandbox/run ;sjsSandbox/test ;sjsJUnitTests/test ;set sjsJUnitTests/scalaJSLinkerConfig ~= switchToESModules ;sjsJUnitTests/test ;sjsCompilerTests/test" |
538 | 538 |
|
539 | 539 | publish_nightly: |
540 | | - runs-on: [self-hosted, Linux] |
| 540 | + runs-on: ubuntu-24.04 |
541 | 541 | container: |
542 | 542 | image: lampepfl/dotty:2024-10-18 |
543 | 543 | options: --cpu-shares 4096 |
@@ -600,7 +600,7 @@ jobs: |
600 | 600 | ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease" |
601 | 601 |
|
602 | 602 | nightly_documentation: |
603 | | - runs-on: [self-hosted, Linux] |
| 603 | + runs-on: ubuntu-24.04 |
604 | 604 | container: |
605 | 605 | image: lampepfl/dotty:2024-10-18 |
606 | 606 | options: --cpu-shares 4096 |
@@ -654,7 +654,7 @@ jobs: |
654 | 654 | publish_release: |
655 | 655 | permissions: |
656 | 656 | contents: write # for actions/create-release to create a release |
657 | | - runs-on: [self-hosted, Linux] |
| 657 | + runs-on: ubuntu-24.04 |
658 | 658 | container: |
659 | 659 | image: lampepfl/dotty:2024-10-18 |
660 | 660 | options: --cpu-shares 4096 |
@@ -756,7 +756,7 @@ jobs: |
756 | 756 |
|
757 | 757 |
|
758 | 758 | open_issue_on_failure: |
759 | | - runs-on: [self-hosted, Linux] |
| 759 | + runs-on: ubuntu-24.04 |
760 | 760 | container: |
761 | 761 | image: lampepfl/dotty:2024-10-18 |
762 | 762 | needs: [nightly_documentation, test_windows_full] |
|
0 commit comments