mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-01-31 11:17:10 +08:00
Fix incorrect os
name in workflow.
This commit is contained in:
parent
9180004c5f
commit
4a419f5908
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -187,7 +187,7 @@ jobs:
|
||||
- version: 'mandrel-latest'
|
||||
java-version: '17'
|
||||
distribution: '' # test empty distribution for backward compatibility
|
||||
os: ubuntu-linux
|
||||
os: ubuntu-latest
|
||||
exclude: # temporarily disable Mandrel latest builds on Windows due to unavailability
|
||||
- version: 'mandrel-latest'
|
||||
java-version: '17'
|
||||
|
Loading…
x
Reference in New Issue
Block a user