From 4a419f5908882a1e10d0698928bc45a0338379e5 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Tue, 20 Jun 2023 13:13:30 +0200 Subject: [PATCH] Fix incorrect `os` name in workflow. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12f0735..46b4c8d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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'