From 6d95d3bf212b968268a1f835539a78ed48e17d11 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:46:37 +0000 Subject: [PATCH 1/2] Initial plan From 580f520321b3a76569559d315f2b380955ed8137 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:53:32 +0000 Subject: [PATCH 2/2] Pin Windows workflow to VS 2022 runner Co-authored-by: wravery <6502881+wravery@users.noreply.github.com> --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 674f445c..55465a54 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -11,7 +11,7 @@ jobs: libs: ['shared', 'static'] config: ['Debug', 'Release'] - runs-on: windows-latest + runs-on: windows-2022 steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1