From 6371122d6d51c9d51f6b68f32581983713a611e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 30 Jan 2024 19:36:05 +0100 Subject: [PATCH] Reorder workflow matrix variables. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b65e018..ddb4e91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,12 +20,12 @@ jobs: strategy: fail-fast: false matrix: - cfg: - - Debug - - Release os: - windows-2019 - windows-2022 + cfg: + - Debug + - Release runs-on: ${{ matrix.os }} steps: - name: Clone repository