Skip to content

Commit 85af786

Browse files
committed
Use GraalVM JDK distribution for Micronaut Starter
1 parent 64c4de0 commit 85af786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-experiments-micronaut-starter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-java@v5
2929
with:
3030
java-version: 21
31-
distribution: "temurin"
31+
distribution: "graalvm"
3232
- name: Download latest version of the validation scripts
3333
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
3434
with:

0 commit comments

Comments
 (0)