Skip to content

Commit 3e86a9a

Browse files
committed
Switch to GraalVM 25.0 since the latest EA build is not compatible
1 parent 876b641 commit 3e86a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ jobs:
117117
- run: sudo apt-get install -y --no-install-recommends libyaml-dev
118118
if: startsWith(matrix.os, 'ubuntu')
119119

120-
- name: Download Oracle GraalVM EA build
120+
- name: Download Oracle GraalVM
121121
uses: graalvm/setup-graalvm@v1
122122
with:
123-
java-version: 'latest-ea'
123+
java-version: '25'
124124
distribution: 'graalvm'
125125
set-java-home: 'false'
126126
- name: Set BOOTSTRAP_GRAALVM

0 commit comments

Comments
 (0)