win-scons CI use windows-2022

This commit is contained in:
2025-07-01 09:56:58 -05:00
committed by Celtic Minstrel
parent e4de1672ab
commit 6b98992920
3 changed files with 4 additions and 4 deletions

View File

@@ -125,7 +125,7 @@
]
},
win-scons: {
runs-on: windows-2019,
runs-on: windows-2022,
env: {
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
},
@@ -164,7 +164,7 @@
]
},
# win-mingw: {
# runs-on: windows-2019,
# runs-on: windows-2022,
# steps: [
# {
# name: checkout,