Updated the Windows CI workflow to run gvsbuild against Visual Studio 2019 to match the runner’s installed toolchain.

This commit is contained in:
2026-02-03 12:14:15 -07:00
parent 872c5d6572
commit d2140e4cec

View File

@@ -76,7 +76,7 @@ jobs:
python -m pip install C:\gtk-build\github\gvsbuild
$gvsPlatform = if ("${{ matrix.platform }}" -eq "win32") { "x86" } else { "x64" }
gvsbuild build --vs-ver vs2022 --configuration release --platform $gvsPlatform gtk3
gvsbuild build --vs-ver vs2019 --configuration release --platform $gvsPlatform gtk3
if ($gvsPlatform -eq "x86") {
$gtkRoot = "C:\gtk-build\gtk"