Skip to content

Commit

Permalink
Using old GraalVM version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling authored Feb 10, 2024
1 parent 37b43bd commit 7d97e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

- uses: graalvm/setup-graalvm@v1
with:
version: 'latest'
java-version: '17'
version: '22.3.2' # Old 'version' option for the GraalVM version
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: 'Cache Maven packages'
Expand Down

0 comments on commit 7d97e54

Please sign in to comment.