From 94c11a7a84d97e29eb38d3f1131b491c68269b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20G=C3=BCnther?= Date: Thu, 2 Feb 2023 04:30:36 +0100 Subject: [PATCH] Reorder workflow matrix OS entries Under this ordering the entries are no longer sorted alphabetically, but rather the resulting job names. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d76a007..4f2eb32f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,9 +10,9 @@ jobs: strategy: matrix: os: - - {image: macos-latest, name: macOS} - {image: ubuntu-latest, name: Linux} - {image: windows-latest, name: Windows} + - {image: macos-latest, name: macOS} max-parallel: 4 fail-fast: false