Skip to content

Commit 2d06017

Browse files
committed
chore(ci): try with platform specific published image
1 parent 45afb67 commit 2d06017

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
test_non_bootstrapped:
4646
runs-on: [self-hosted, Linux]
4747
container:
48-
image: lampepfl/dotty:2023-06-21
48+
image: lampepfl/dotty:2023-06-21-2
4949
options: --cpu-shares 4096
5050
volumes:
5151
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -91,7 +91,7 @@ jobs:
9191
test:
9292
runs-on: [self-hosted, Linux]
9393
container:
94-
image: lampepfl/dotty:2023-06-21
94+
image: lampepfl/dotty:2023-06-21-2
9595
options: --cpu-shares 4096
9696
volumes:
9797
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -211,7 +211,7 @@ jobs:
211211
name: MiMa
212212
runs-on: [self-hosted, Linux]
213213
container:
214-
image: lampepfl/dotty:2023-06-21
214+
image: lampepfl/dotty:2023-06-21-2
215215
options: --cpu-shares 4096
216216
volumes:
217217
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -252,7 +252,7 @@ jobs:
252252
community_build_a:
253253
runs-on: [self-hosted, Linux]
254254
container:
255-
image: lampepfl/dotty:2023-06-21
255+
image: lampepfl/dotty:2023-06-21-2
256256
options: --cpu-shares 4096
257257
volumes:
258258
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -304,7 +304,7 @@ jobs:
304304
community_build_b:
305305
runs-on: [self-hosted, Linux]
306306
container:
307-
image: lampepfl/dotty:2023-06-21
307+
image: lampepfl/dotty:2023-06-21-2
308308
options: --cpu-shares 4096
309309
volumes:
310310
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -356,7 +356,7 @@ jobs:
356356
community_build_c:
357357
runs-on: [self-hosted, Linux]
358358
container:
359-
image: lampepfl/dotty:2023-06-21
359+
image: lampepfl/dotty:2023-06-21-2
360360
options: --cpu-shares 4096
361361
volumes:
362362
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -408,7 +408,7 @@ jobs:
408408
test_sbt:
409409
runs-on: [self-hosted, Linux]
410410
container:
411-
image: lampepfl/dotty:2023-06-21
411+
image: lampepfl/dotty:2023-06-21-2
412412
options: --cpu-shares 4096
413413
volumes:
414414
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -448,7 +448,7 @@ jobs:
448448
test_java8:
449449
runs-on: [self-hosted, Linux]
450450
container:
451-
image: lampepfl/dotty:2023-06-21
451+
image: lampepfl/dotty:2023-06-21-2
452452
options: --cpu-shares 4096
453453
volumes:
454454
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -502,7 +502,7 @@ jobs:
502502
publish_nightly:
503503
runs-on: [self-hosted, Linux]
504504
container:
505-
image: lampepfl/dotty:2023-06-21
505+
image: lampepfl/dotty:2023-06-21-2
506506
options: --cpu-shares 4096
507507
volumes:
508508
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -553,7 +553,7 @@ jobs:
553553
nightly_documentation:
554554
runs-on: [self-hosted, Linux]
555555
container:
556-
image: lampepfl/dotty:2023-06-21
556+
image: lampepfl/dotty:2023-06-21-2
557557
options: --cpu-shares 4096
558558
volumes:
559559
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -604,7 +604,7 @@ jobs:
604604
contents: write # for actions/create-release to create a release
605605
runs-on: [self-hosted, Linux]
606606
container:
607-
image: lampepfl/dotty:2023-06-21
607+
image: lampepfl/dotty:2023-06-21-2
608608
options: --cpu-shares 4096
609609
volumes:
610610
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -692,7 +692,7 @@ jobs:
692692
open_issue_on_failure:
693693
runs-on: [self-hosted, Linux]
694694
container:
695-
image: lampepfl/dotty:2023-06-21
695+
image: lampepfl/dotty:2023-06-21-2
696696
needs: [nightly_documentation, test_windows_full]
697697
# The `failure()` expression is true iff at least one of the dependencies
698698
# of this job (including transitive dependencies) has failed.

0 commit comments

Comments
 (0)