|
13 | 13 | test: |
14 | 14 | runs-on: [self-hosted, Linux] |
15 | 15 | container: |
16 | | - image: lampepfl/dotty:2020-09-08 |
| 16 | + image: lampepfl/dotty:2020-11-19 |
17 | 17 | volumes: |
18 | 18 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
19 | 19 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
|
22 | 22 | startsWith(github.event.ref, 'refs/tags/sbt-dotty-'))" |
23 | 23 |
|
24 | 24 | steps: |
25 | | - - name: Set JDK 14 as default |
26 | | - run: echo "/usr/lib/jvm/java-14-openjdk-amd64/bin" >> $GITHUB_PATH |
| 25 | + - name: Set JDK 15 as default |
| 26 | + run: echo "/usr/lib/jvm/java-15-openjdk-amd64/bin" >> $GITHUB_PATH |
27 | 27 |
|
28 | 28 | - name: Checkout cleanup script |
29 | 29 | uses: actions/checkout@v2 |
|
45 | 45 | test_bootstrapped: |
46 | 46 | runs-on: [self-hosted, Linux] |
47 | 47 | container: |
48 | | - image: lampepfl/dotty:2020-09-08 |
| 48 | + image: lampepfl/dotty:2020-11-19 |
49 | 49 | volumes: |
50 | 50 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
51 | 51 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
|
54 | 54 | startsWith(github.event.ref, 'refs/tags/sbt-dotty-'))" |
55 | 55 |
|
56 | 56 | steps: |
57 | | - - name: Set JDK 14 as default |
58 | | - run: echo "/usr/lib/jvm/java-14-openjdk-amd64/bin" >> $GITHUB_PATH |
| 57 | + - name: Set JDK 15 as default |
| 58 | + run: echo "/usr/lib/jvm/java-15-openjdk-amd64/bin" >> $GITHUB_PATH |
59 | 59 |
|
60 | 60 | - name: Checkout cleanup script |
61 | 61 | uses: actions/checkout@v2 |
@@ -110,7 +110,7 @@ jobs: |
110 | 110 | community_build_a: |
111 | 111 | runs-on: [self-hosted, Linux] |
112 | 112 | container: |
113 | | - image: lampepfl/dotty:2020-09-08 |
| 113 | + image: lampepfl/dotty:2020-11-19 |
114 | 114 | volumes: |
115 | 115 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
116 | 116 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -138,7 +138,7 @@ jobs: |
138 | 138 | community_build_b: |
139 | 139 | runs-on: [self-hosted, Linux] |
140 | 140 | container: |
141 | | - image: lampepfl/dotty:2020-09-08 |
| 141 | + image: lampepfl/dotty:2020-11-19 |
142 | 142 | volumes: |
143 | 143 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
144 | 144 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -166,7 +166,7 @@ jobs: |
166 | 166 | test_sbt: |
167 | 167 | runs-on: [self-hosted, Linux] |
168 | 168 | container: |
169 | | - image: lampepfl/dotty:2020-09-08 |
| 169 | + image: lampepfl/dotty:2020-11-19 |
170 | 170 | volumes: |
171 | 171 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
172 | 172 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -196,7 +196,7 @@ jobs: |
196 | 196 | test_java8: |
197 | 197 | runs-on: [self-hosted, Linux] |
198 | 198 | container: |
199 | | - image: lampepfl/dotty:2020-09-08 |
| 199 | + image: lampepfl/dotty:2020-11-19 |
200 | 200 | volumes: |
201 | 201 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
202 | 202 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -231,7 +231,7 @@ jobs: |
231 | 231 | publish_nightly: |
232 | 232 | runs-on: [self-hosted, Linux] |
233 | 233 | container: |
234 | | - image: lampepfl/dotty:2020-09-08 |
| 234 | + image: lampepfl/dotty:2020-11-19 |
235 | 235 | volumes: |
236 | 236 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
237 | 237 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -265,7 +265,7 @@ jobs: |
265 | 265 | nightly_documentation: |
266 | 266 | runs-on: [self-hosted, Linux] |
267 | 267 | container: |
268 | | - image: lampepfl/dotty:2020-09-08 |
| 268 | + image: lampepfl/dotty:2020-11-19 |
269 | 269 | volumes: |
270 | 270 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
271 | 271 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -306,7 +306,7 @@ jobs: |
306 | 306 | publish_release: |
307 | 307 | runs-on: [self-hosted, Linux] |
308 | 308 | container: |
309 | | - image: lampepfl/dotty:2020-09-08 |
| 309 | + image: lampepfl/dotty:2020-11-19 |
310 | 310 | volumes: |
311 | 311 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
312 | 312 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -388,7 +388,7 @@ jobs: |
388 | 388 | release_documentation: |
389 | 389 | runs-on: [self-hosted, Linux] |
390 | 390 | container: |
391 | | - image: lampepfl/dotty:2020-09-08 |
| 391 | + image: lampepfl/dotty:2020-11-19 |
392 | 392 | volumes: |
393 | 393 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
394 | 394 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -432,7 +432,7 @@ jobs: |
432 | 432 | publish_sbt_release: |
433 | 433 | runs-on: [self-hosted, Linux] |
434 | 434 | container: |
435 | | - image: lampepfl/dotty:2020-09-08 |
| 435 | + image: lampepfl/dotty:2020-11-19 |
436 | 436 | volumes: |
437 | 437 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
438 | 438 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
|
0 commit comments