Skip to content

Commit 096943f

Browse files
authored
Merge pull request #1440 from vissarion/fix_CI
Fix CI msvc runners
2 parents 9bf3f19 + 237e463 commit 096943f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/minimal.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ jobs:
259259
- b2_toolset: msvc-14.3
260260
b2_cxxstd: 14,17,2a
261261
os: windows-2022
262-
#- b2_toolset: msvc-14.4 # b2 cannot find command for this MSVC toolset
263-
# b2_cxxstd: 14,17,2a
264-
# os: windows-2025
262+
- b2_toolset: msvc-14.4
263+
b2_cxxstd: 14,17,2a
264+
os: windows-2022
265265

266266
steps:
267267
- name: Set up environment

0 commit comments

Comments
 (0)