From 9811b1f6b10d4e98d45f7d4a513813f35a2f1cb7 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Tue, 17 Oct 2023 10:24:20 +0300 Subject: [PATCH] Use Mandrel 23.1 in windows CI --- .github/workflows/ci-actions-incremental.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index d9d32558c5bd1..497f1ad86bd2c 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -908,8 +908,8 @@ jobs: if: startsWith(matrix.os-name, 'windows') with: version: 'mandrel-latest' - java-version: '17' - components: 'native-image' + java-version: '21' + distribution: 'mandrel' github-token: ${{ secrets.GITHUB_TOKEN }} # We do this so we can get better analytics for the downloaded version of the build images - name: Update Docker Client User Agent