Skip to content

Commit

Permalink
Merge pull request #36517 from zakkak/2023-10-17-fix-windows-CI
Browse files Browse the repository at this point in the history
Use Mandrel 23.1 in windows CI
  • Loading branch information
gsmet authored Oct 17, 2023
2 parents ce6d9dd + 9811b1f commit 61f2886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61f2886

Please sign in to comment.