Skip to content

Commit 0269dc1

Browse files
committed
Use Java 15 in community-build
1 parent cdffee3 commit 0269dc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ jobs:
263263
)"
264264

265265
steps:
266-
- name: Set JDK 16 as default
267-
run: echo "/usr/lib/jvm/java-16-openjdk-amd64/bin" >> $GITHUB_PATH
266+
- name: Set JDK 15 as default
267+
run: echo "/usr/lib/jvm/java-15-openjdk-amd64/bin" >> $GITHUB_PATH
268268

269269
- name: Reset existing repo
270270
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
@@ -313,8 +313,8 @@ jobs:
313313
)"
314314

315315
steps:
316-
- name: Set JDK 16 as default
317-
run: echo "/usr/lib/jvm/java-16-openjdk-amd64/bin" >> $GITHUB_PATH
316+
- name: Set JDK 15 as default
317+
run: echo "/usr/lib/jvm/java-15-openjdk-amd64/bin" >> $GITHUB_PATH
318318

319319
- name: Reset existing repo
320320
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
@@ -363,8 +363,8 @@ jobs:
363363
)"
364364

365365
steps:
366-
- name: Set JDK 16 as default
367-
run: echo "/usr/lib/jvm/java-16-openjdk-amd64/bin" >> $GITHUB_PATH
366+
- name: Set JDK 15 as default
367+
run: echo "/usr/lib/jvm/java-15-openjdk-amd64/bin" >> $GITHUB_PATH
368368

369369
- name: Reset existing repo
370370
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true

0 commit comments

Comments
 (0)