Skip to content

Commit

Permalink
Chore: fix graalvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
currenjin committed Dec 6, 2024
1 parent 50d867e commit 3f510df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- uses: graalvm/setup-graalvm@v1
with:
version: '22.3.0'
java-version: '21'
version: 'latest'
java-version: '17'
components: 'native-image'
github-token: ${{ secrets.WHARF_TOKEN }}

Expand Down

0 comments on commit 3f510df

Please sign in to comment.