Skip to content

Commit

Permalink
Set to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-King committed Sep 7, 2024
1 parent d8d2f29 commit 96791a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gluon-build-windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
graalvm: '22.1.0.1-Final'
jdk: 'java23'
jdk: 'java17'

# Create a staging directory where the binary will be copied into
- name: Setup directories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gluon-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
graalvm: '22.1.0.1-Final'
jdk: 'java23'
jdk: 'java17'

# Create a staging directory where the binary will be copied into
- name: Setup directories
Expand Down

0 comments on commit 96791a2

Please sign in to comment.