|
48 | 48 | test_non_bootstrapped: |
49 | 49 | runs-on: [self-hosted, Linux] |
50 | 50 | container: |
51 | | - image: lampepfl/dotty:2023-11-07 |
| 51 | + image: lampepfl/dotty:2024-10-18 |
52 | 52 | options: --cpu-shares 4096 |
53 | 53 | volumes: |
54 | 54 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -100,7 +100,7 @@ jobs: |
100 | 100 | test: |
101 | 101 | runs-on: [self-hosted, Linux] |
102 | 102 | container: |
103 | | - image: lampepfl/dotty:2023-11-07 |
| 103 | + image: lampepfl/dotty:2024-10-18 |
104 | 104 | options: --cpu-shares 4096 |
105 | 105 | volumes: |
106 | 106 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | name: MiMa |
231 | 231 | runs-on: [self-hosted, Linux] |
232 | 232 | container: |
233 | | - image: lampepfl/dotty:2023-11-07 |
| 233 | + image: lampepfl/dotty:2024-10-18 |
234 | 234 | options: --cpu-shares 4096 |
235 | 235 | volumes: |
236 | 236 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -276,7 +276,7 @@ jobs: |
276 | 276 | community_build_a: |
277 | 277 | runs-on: [self-hosted, Linux] |
278 | 278 | container: |
279 | | - image: lampepfl/dotty:2023-11-07 |
| 279 | + image: lampepfl/dotty:2024-10-18 |
280 | 280 | options: --cpu-shares 4096 |
281 | 281 | volumes: |
282 | 282 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -330,7 +330,7 @@ jobs: |
330 | 330 | community_build_b: |
331 | 331 | runs-on: [self-hosted, Linux] |
332 | 332 | container: |
333 | | - image: lampepfl/dotty:2023-11-07 |
| 333 | + image: lampepfl/dotty:2024-10-18 |
334 | 334 | options: --cpu-shares 4096 |
335 | 335 | volumes: |
336 | 336 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -384,7 +384,7 @@ jobs: |
384 | 384 | community_build_c: |
385 | 385 | runs-on: [self-hosted, Linux] |
386 | 386 | container: |
387 | | - image: lampepfl/dotty:2023-11-07 |
| 387 | + image: lampepfl/dotty:2024-10-18 |
388 | 388 | options: --cpu-shares 4096 |
389 | 389 | volumes: |
390 | 390 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -438,7 +438,7 @@ jobs: |
438 | 438 | test_sbt: |
439 | 439 | runs-on: [self-hosted, Linux] |
440 | 440 | container: |
441 | | - image: lampepfl/dotty:2023-11-07 |
| 441 | + image: lampepfl/dotty:2024-10-18 |
442 | 442 | options: --cpu-shares 4096 |
443 | 443 | volumes: |
444 | 444 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -483,7 +483,7 @@ jobs: |
483 | 483 | test_java8: |
484 | 484 | runs-on: [self-hosted, Linux] |
485 | 485 | container: |
486 | | - image: lampepfl/dotty:2023-11-07 |
| 486 | + image: lampepfl/dotty:2024-10-18 |
487 | 487 | options: --cpu-shares 4096 |
488 | 488 | volumes: |
489 | 489 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -539,7 +539,7 @@ jobs: |
539 | 539 | publish_nightly: |
540 | 540 | runs-on: [self-hosted, Linux] |
541 | 541 | container: |
542 | | - image: lampepfl/dotty:2023-11-07 |
| 542 | + image: lampepfl/dotty:2024-10-18 |
543 | 543 | options: --cpu-shares 4096 |
544 | 544 | volumes: |
545 | 545 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -594,7 +594,7 @@ jobs: |
594 | 594 | nightly_documentation: |
595 | 595 | runs-on: [self-hosted, Linux] |
596 | 596 | container: |
597 | | - image: lampepfl/dotty:2023-11-07 |
| 597 | + image: lampepfl/dotty:2024-10-18 |
598 | 598 | options: --cpu-shares 4096 |
599 | 599 | volumes: |
600 | 600 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -648,7 +648,7 @@ jobs: |
648 | 648 | contents: write # for actions/create-release to create a release |
649 | 649 | runs-on: [self-hosted, Linux] |
650 | 650 | container: |
651 | | - image: lampepfl/dotty:2023-11-07 |
| 651 | + image: lampepfl/dotty:2024-10-18 |
652 | 652 | options: --cpu-shares 4096 |
653 | 653 | volumes: |
654 | 654 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -740,7 +740,7 @@ jobs: |
740 | 740 | open_issue_on_failure: |
741 | 741 | runs-on: [self-hosted, Linux] |
742 | 742 | container: |
743 | | - image: lampepfl/dotty:2023-11-07 |
| 743 | + image: lampepfl/dotty:2024-10-18 |
744 | 744 | needs: [nightly_documentation, test_windows_full] |
745 | 745 | # The `failure()` expression is true iff at least one of the dependencies |
746 | 746 | # of this job (including transitive dependencies) has failed. |
|
0 commit comments