Skip to content

Commit

Permalink
Merge pull request #136 from correctexam/develop
Browse files Browse the repository at this point in the history
update standalone
  • Loading branch information
barais authored Apr 2, 2024
2 parents b46148c + c2dc230 commit cd8858c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
with:
java-version: '17'
version: '22.3.2'
java-version: '21'
distribution: 'graalvm'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'
Expand Down

0 comments on commit cd8858c

Please sign in to comment.