Skip to content

Commit

Permalink
merge: #990
Browse files Browse the repository at this point in the history
990: Use graalvm with Java 20 r=imkiva a=imkiva

as title

Co-authored-by: imkiva <[email protected]>
  • Loading branch information
bors[bot] and imkiva authored Aug 5, 2023
2 parents 89e400e + e34db05 commit bd05586
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,8 +93,8 @@ jobs:
- name: Setup GraalVM
uses: graalvm/setup-graalvm@v1
with:
version: 'latest'
java-version: '20'
distribution: 'graalvm-community'
components: 'native-image'
set-java-home: 'false'
github-token: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit bd05586

Please sign in to comment.