From c5c61614a2d3495f1607997d47a66bc8fcf896ea Mon Sep 17 00:00:00 2001 From: Dylam De La Torre Date: Tue, 24 Oct 2023 20:34:45 +0200 Subject: [PATCH] test with windows-2019 runner --- .github/workflows/x86-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/x86-windows.yml b/.github/workflows/x86-windows.yml index 52bfdcc..79ef990 100644 --- a/.github/workflows/x86-windows.yml +++ b/.github/workflows/x86-windows.yml @@ -4,7 +4,7 @@ env: VCPKG_TRIPLET: x86-windows-static jobs: x86-windows: - runs-on: windows-2022 + runs-on: windows-2019 if: >- !( contains(github.event.head_commit.message, '[ci skip]') ||