Skip to content

Commit 3e9c6b4

Browse files
committed
oops
1 parent 5e8e102 commit 3e9c6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up JDK 16
14+
- name: Set up JDK 11
1515
uses: actions/setup-java@v1
1616
with:
17-
java-version: 16
17+
java-version: 11
1818

1919
- uses: actions/cache@v2
2020
with:

0 commit comments

Comments
 (0)