Skip to content

Commit 623a3be

Browse files
committed
Pin GraalVM version in CI to 21.0.8 (temporary fix).
1 parent 7d722ff commit 623a3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Setup GraalVM
108108
uses: graalvm/setup-graalvm@f744c72a42b1995d7b0cbc314bde4bace7ac1fe1 # v1.5.0
109109
with:
110-
java-version: "21"
110+
java-version: "21.0.8"
111111
distribution: "graalvm"
112112
cache: maven
113113
- id: graalvm-native-test

0 commit comments

Comments
 (0)