We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4411811 commit 509e39eCopy full SHA for 509e39e
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
startsWith(github.event.ref, 'refs/tags/sbt-dotty-'))"
18
19
steps:
20
- - name: Set JDK 11 as default
+ - name: Set JDK 14 as default
21
run: echo "/usr/lib/jvm/java-14-openjdk-amd64/bin" >> $GITHUB_PATH
22
23
- name: Checkout cleanup script
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
0 commit comments