We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f2207 commit 17d64dfCopy full SHA for 17d64df
.github/workflows/test.yml
@@ -137,6 +137,10 @@ jobs:
137
version: ['mandrel-22.2.0.0-Final', 'mandrel-latest']
138
java-version: ['17']
139
os: [windows-latest, ubuntu-latest]
140
+ exclude: # temporarily disable Mandrel latest builds on Windows due to unavailability
141
+ - version: 'mandrel-latest'
142
+ java-version: '17'
143
+ os: windows-latest
144
steps:
145
- uses: actions/checkout@v3
146
- name: Run setup-graalvm action
0 commit comments