Skip to content

Commit

Permalink
Bump release job to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
npresseault committed Sep 27, 2023
1 parent 3d449d9 commit 2dbead3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
key: kotlin-native-${{ hashFiles('gradle.properties') }}
path: ~/.konan

- name: Set up JDK 11
uses: actions/setup-java@v1
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
java-version: 17

- name: Release with gradle
env:
Expand Down

0 comments on commit 2dbead3

Please sign in to comment.