Skip to content

Commit

Permalink
ci: fix graalvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
imkiva committed Aug 5, 2023
1 parent 01256ee commit 1b78ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Setup GraalVM
uses: graalvm/setup-graalvm@v1
with:
version: 'latest'
version: '23.0.1'
java-version: '20'
components: 'native-image'
set-java-home: 'false'
Expand Down

0 comments on commit 1b78ff5

Please sign in to comment.