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