Skip to content

Commit

Permalink
#215: encoding error with graalvm (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
diiinesh authored Mar 18, 2024
1 parent e483577 commit 128bf5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: graalvm/setup-graalvm@v1
with:
java-version: '17.0.7'
java-version: '21.0.2'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: graalvm/setup-graalvm@v1
with:
java-version: '17.0.7'
java-version: '21.0.2'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'
Expand Down

0 comments on commit 128bf5c

Please sign in to comment.