From e8f68aa468012cc8b767085bb6088deb8e26a08e Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 15 May 2026 16:40:54 -0400 Subject: [PATCH] Updated the Windows runner per GitHub instructions to see how it runs --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a820786..f4e73e2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: include: - os: ubuntu-22.04 artifact: CQ-editor-linux-x86_64 - - os: windows-latest + - os: windows-2025-vs2026 artifact: CQ-editor-windows-x86_64.exe - os: macos-latest artifact: CQ-editor-macos-arm64