From ebde2d705a86338d0bb7f873e2c2e4494b086f1b 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 71682cf23..796c432e3 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