Skip to content

Commit

Permalink
Use mandrel-22.3.4.0-Final for native tests to fix a failure during S…
Browse files Browse the repository at this point in the history
…etup GraalVM step
  • Loading branch information
aloubyansky committed Nov 2, 2023
1 parent adf30f8 commit a3eed67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ jobs:
uses: graalvm/setup-graalvm@v1
if: startsWith(matrix.os-name, 'windows')
with:
version: 'mandrel-latest'
version: 'mandrel-22.3.4.0-Final'
java-version: '17'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a3eed67

Please sign in to comment.