From e3aefa89bcd73bae2da94074eaed009cee08371a Mon Sep 17 00:00:00 2001 From: David Nestorovic Date: Wed, 25 Dec 2024 13:00:09 +0100 Subject: [PATCH] Use latest-ea instead of dev version --- .github/workflows/test-native-gradle-plugin.yml | 2 +- .github/workflows/test-native-maven-plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-native-gradle-plugin.yml b/.github/workflows/test-native-gradle-plugin.yml index e0b194b2..99203a3e 100644 --- a/.github/workflows/test-native-gradle-plugin.yml +++ b/.github/workflows/test-native-gradle-plugin.yml @@ -159,7 +159,7 @@ jobs: - name: "🔧 Install GraalVM (dev)" uses: graalvm/setup-graalvm@main with: - java-version: 'dev' + java-version: 'latest-ea' distribution: 'graalvm' github-token: ${{ inputs.github-token }} set-java-home: 'false' diff --git a/.github/workflows/test-native-maven-plugin.yml b/.github/workflows/test-native-maven-plugin.yml index a2ac7050..bc748ba9 100644 --- a/.github/workflows/test-native-maven-plugin.yml +++ b/.github/workflows/test-native-maven-plugin.yml @@ -90,7 +90,7 @@ jobs: - name: "🔧 Install GraalVM (dev)" uses: graalvm/setup-graalvm@main with: - java-version: 'dev' + java-version: 'latest-ea' distribution: 'graalvm' github-token: ${{ inputs.github-token }} set-java-home: 'false'