Skip to content

Commit c0beefd

Browse files
committed
ci: use the latest msvc version (14.44)
1 parent 8b17674 commit c0beefd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: TheMrMilchmann/setup-msvc-dev@v3
110110
with:
111111
arch: x64
112-
toolset: '14.43'
112+
toolset: '14.44'
113113

114114
- name: Setup MSYS2 (Windows)
115115
if: matrix.config.os == 'windows' && ( matrix.config.environment == 'mingw' || matrix.config.environment == 'ucrt' )

.github/workflows/windows_installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: TheMrMilchmann/setup-msvc-dev@v3
2424
with:
2525
arch: x64
26-
toolset: '14.43'
26+
toolset: '14.44'
2727

2828
- name: Setup meson
2929
run: |

0 commit comments

Comments
 (0)