diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index aad889150f553..694d20eb87b72 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -715,14 +715,10 @@ jobs: uses: graalvm/setup-graalvm@v1 if: startsWith(matrix.os-name, 'windows') with: - version: 'latest' + version: 'mandrel-latest' java-version: '17' components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Install native-image component - if: startsWith(matrix.os-name, 'windows') - run: | - gu.cmd install native-image # We do this so we can get better analytics for the downloaded version of the build images - name: Update Docker Client User Agent shell: bash diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 5bc64854c3dcb..97b064dcc34dc 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -159,7 +159,7 @@ 3.1 - graalvm + mandrel sh ${maven.multiModuleProjectDirectory}/.github/docker-prune.${script.extension}