File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 path : ~/.konan
2121 key : ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
2222 restore-keys : ${{ runner.os }}-konan-
23- - name : Set up JDK 11
23+ - name : Set up JDK 21
2424 uses : actions/setup-java@v4
2525 with :
26- java-version : ' 11 '
26+ java-version : ' 21 '
2727 distribution : ' temurin'
2828 - id : cache-gradle-windows
2929 name : Set up gradle
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 path : ~/.konan
2121 key : ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
2222 restore-keys : ${{ runner.os }}-konan-
23- - name : Set up JDK 11
23+ - name : Set up JDK 21
2424 uses : actions/setup-java@v4
2525 with :
26- java-version : ' 11 '
26+ java-version : ' 21 '
2727 distribution : ' temurin'
2828 - id : cache-gradle-windows
2929 name : Set up gradle
You can’t perform that action at this time.
0 commit comments