From d2140e4cec3fb3448a4a72db6383b59516015220 Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 3 Feb 2026 12:14:15 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20the=20Windows=20CI=20workflow=20to=20?= =?UTF-8?q?run=20gvsbuild=20against=20Visual=20Studio=202019=20to=20match?= =?UTF-8?q?=20the=20runner=E2=80=99s=20installed=20toolchain.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/windows-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index bda06853..b58f0b4e 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -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"