From 182169a5941a17c5c532cbf0e5e180dbd45a85e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20=C3=81lvarez=20=C3=81lvarez?= Date: Tue, 8 Jul 2025 14:50:52 +0200 Subject: [PATCH] Update vsversion and toolset for the windows images --- .github/workflows/actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index dd839c80..0fcbbef0 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -203,7 +203,8 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 name: Setup x86_64 build with: - toolset: 14.29 + vsversion: 2022 + toolset: 14.44 arch: amd64 - name: Prepare libddwaf run: |