Skip to content

Commit bbd3a56

Browse files
committed
Update JVM version for github actions/build to 21 as Gradle requires 17 minimum
1 parent 40a771e commit bbd3a56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/upload_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)