From 237e4635c976c0f8f9595d057b0c698f43f500d2 Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Tue, 9 Dec 2025 22:15:27 +0200 Subject: [PATCH] ci fix --- .github/workflows/minimal.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/minimal.yml b/.github/workflows/minimal.yml index b075dea83..2432245cc 100644 --- a/.github/workflows/minimal.yml +++ b/.github/workflows/minimal.yml @@ -259,9 +259,9 @@ jobs: - b2_toolset: msvc-14.3 b2_cxxstd: 14,17,2a os: windows-2022 - #- b2_toolset: msvc-14.4 # b2 cannot find command for this MSVC toolset - # b2_cxxstd: 14,17,2a - # os: windows-2025 + - b2_toolset: msvc-14.4 + b2_cxxstd: 14,17,2a + os: windows-2022 steps: - name: Set up environment