Skip to content

Commit 509e39e

Browse files
committed
Fix reference to JDK being used
1 parent 4411811 commit 509e39e

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
@@ -17,7 +17,7 @@ jobs:
1717
startsWith(github.event.ref, 'refs/tags/sbt-dotty-'))"
1818

1919
steps:
20-
- name: Set JDK 11 as default
20+
- name: Set JDK 14 as default
2121
run: echo "/usr/lib/jvm/java-14-openjdk-amd64/bin" >> $GITHUB_PATH
2222

2323
- name: Checkout cleanup script
@@ -62,7 +62,7 @@ jobs:
6262
startsWith(github.event.ref, 'refs/tags/sbt-dotty-'))"
6363

6464
steps:
65-
- name: Set JDK 11 as default
65+
- name: Set JDK 14 as default
6666
run: echo "/usr/lib/jvm/java-14-openjdk-amd64/bin" >> $GITHUB_PATH
6767

6868
- name: Checkout cleanup script

0 commit comments

Comments
 (0)