From f76de69b34c9c810d716093f7a8f11af11475fc3 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Wed, 16 Feb 2022 11:55:57 -0800 Subject: [PATCH] CI: Use windows-2019 explicitly Github actions recently migrated windows-latest to windows-2022 and in the process broke a bunch of shit. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9336984b..961f40ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ on: jobs: windows: name: 'Windows 32/64-bit' - runs-on: [windows-latest] + runs-on: [windows-2019] if: contains(github.event.head_commit.message, '[skip ci]') != true env: QT_CACHE_VERSION: '2' # Change whenever updating OBS dependencies URL, in order to force a cache reset