Skip to content

Commit

Permalink
Build with JDK 17 (take2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Kochetkov committed Sep 13, 2023
1 parent c03cbc2 commit d9747b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
with:
fetch-depth: 0
- name: set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v1
with:
java-version: 17
distribution: zulu
- name: Cache
uses: actions/cache@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
fetch-depth: 0
ref: refs/remotes/origin/master
- name: set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v1
with:
java-version: 17
distribution: zulu
- name: Cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit d9747b9

Please sign in to comment.