From ca230a9986e488f47a51d6a0920295318e76b342 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 1 Aug 2025 12:25:04 -0500 Subject: [PATCH] use windows 2022 for release build --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdfa824a..b6680349 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: # scons-script: scons - name: windows suffix: '' - version: 2019 + version: 2022 scons-script: './.github/workflows/scripts/win/scons-build.bat' configuration: - Release