Fix incorrect os name in workflow.
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -187,7 +187,7 @@ jobs:
|
|||||||
- version: 'mandrel-latest'
|
- version: 'mandrel-latest'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: '' # test empty distribution for backward compatibility
|
distribution: '' # test empty distribution for backward compatibility
|
||||||
os: ubuntu-linux
|
os: ubuntu-latest
|
||||||
exclude: # temporarily disable Mandrel latest builds on Windows due to unavailability
|
exclude: # temporarily disable Mandrel latest builds on Windows due to unavailability
|
||||||
- version: 'mandrel-latest'
|
- version: 'mandrel-latest'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
|||||||
Reference in New Issue
Block a user