Skip to content

Commit 726b76d

Browse files
committed
fix: use version and oracle graalvm for 25.1 innovation release in native image workflows
1 parent d9f750f commit 726b76d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/native-image-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939

4040
- uses: graalvm/setup-graalvm@v1
4141
with:
42-
java-version: "25.1.3"
43-
distribution: "graalvm-community"
42+
version: '25.1'
43+
distribution: 'graalvm'
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
45-
cache: "maven"
46-
native-image-job-reports: "true"
45+
cache: 'maven'
46+
native-image-job-reports: 'true'
4747

4848
- name: Build MacOS Apple Silicon native
4949
if: matrix.arch == 'darwin-arm64'

.github/workflows/native-image-snapshot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222

2323
- uses: graalvm/setup-graalvm@v1
2424
with:
25-
java-version: "25.1.3"
26-
distribution: "graalvm-community"
25+
version: '25.1'
26+
distribution: 'graalvm'
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
28-
cache: "maven"
29-
native-image-job-reports: "true"
28+
cache: 'maven'
29+
native-image-job-reports: 'true'
3030

3131
- name: Build MacOS Apple Silicon native
3232
if: matrix.arch == 'darwin-arm64'

0 commit comments

Comments
 (0)