Fix incorrect os name in workflow.

This commit is contained in:
Fabio Niephaus
2023-06-20 13:13:30 +02:00
parent 9180004c5f
commit 4a419f5908

View File

@@ -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'