Skip to content

Commit

Permalink
build(ci): add version option to graalvm setup step
Browse files Browse the repository at this point in the history
- Specify 'latest' version for GraalVM21.x setup
- This change ensures the latest available version of GraalVM 21 is used in CI builds
  • Loading branch information
vnobo committed Dec 14, 2024
1 parent 2c4b62f commit fd07ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Set up graalvm 21 for x64
uses: graalvm/setup-graalvm@v1
with:
version: 'latest'
java-version: '21'
distribution: 'liberica'
native-image-job-reports: 'true'
Expand Down

0 comments on commit fd07ae3

Please sign in to comment.