Skip to content

Commit b1029dd

Browse files
committed
Updated JDK.
1 parent 1648993 commit b1029dd

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
@@ -10,10 +10,10 @@ jobs:
1010
name: Build
1111
runs-on: windows-latest
1212
steps:
13-
- name: Set up JDK 11
13+
- name: Set up JDK 21
1414
uses: actions/setup-java@v1
1515
with:
16-
java-version: 1.11
16+
java-version: 21
1717
- uses: actions/checkout@v2
1818
with:
1919
fetch-depth: 0

0 commit comments

Comments
 (0)