Skip to content

Commit

Permalink
chore(build): Use latest GraalVM in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed May 3, 2023
1 parent 68d8f7c commit aa94552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup GraalVM
uses: graalvm/setup-graalvm@v1
with:
version: 22.3.1
version: 22.3.2
java-version: 17
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Setup GraalVM
uses: graalvm/setup-graalvm@v1
with:
version: 22.3.1
version: 22.3.2
java-version: 17
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit aa94552

Please sign in to comment.