From 7e85e91bc4aec73a4ba13be08c596c8ed628366c Mon Sep 17 00:00:00 2001 From: PhoenixBound Date: Wed, 8 Jul 2026 16:25:11 -0500 Subject: [PATCH] Downgrade CI to windows-2022 image Until the ccscript package is fixed to build on VS2026 / C++17, this will get CoilSnake CI working again. This is apparently the only remaining Windows image that still has Visual Studio 2022, as Coop discovered. --- .github/workflows/pyinstaller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller.yaml b/.github/workflows/pyinstaller.yaml index c67cce4..21475dc 100644 --- a/.github/workflows/pyinstaller.yaml +++ b/.github/workflows/pyinstaller.yaml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: windows-latest + runs-on: windows-2022 steps: - uses: actions/checkout@v4 with: