Skip to content

Commit b836b15

Browse files
committed
Upgrade community_build_a to JDK 16
Fixes #16423
1 parent 537582f commit b836b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ jobs:
264264
)"
265265

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

270270
- name: Reset existing repo
271271
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)