From 3992c443bbd49a4b9d58d7d278b21e3914168607 Mon Sep 17 00:00:00 2001 From: Olya Gupalo Date: Mon, 9 Dec 2024 20:14:13 +0200 Subject: [PATCH] --emit build-report option is available starting from JDK 23 --- .github/workflows/native-build-tools-maven.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/native-build-tools-maven.yml b/.github/workflows/native-build-tools-maven.yml index 09160684..a9152635 100644 --- a/.github/workflows/native-build-tools-maven.yml +++ b/.github/workflows/native-build-tools-maven.yml @@ -18,14 +18,11 @@ jobs: name: Run 'native-build-tools-maven' runs-on: ubuntu-latest timeout-minutes: 30 - strategy: - matrix: - java-version: ['21', '24-ea'] steps: - uses: actions/checkout@v4 - uses: graalvm/setup-graalvm@v1 with: - java-version: ${{ matrix.java-version }} + java-version: '24-ea' distribution: 'graalvm' github-token: ${{ secrets.GITHUB_TOKEN }} - name: Run 'native-build-tools-maven'