Skip to content

Commit e96c17c

Browse files
committed
CI: msvc: use newest toolset
1 parent 4e86535 commit e96c17c

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
@@ -97,7 +97,7 @@ jobs:
9797
uses: TheMrMilchmann/setup-msvc-dev@v3
9898
with:
9999
arch: x64
100-
toolset: "14.40"
100+
toolset: "14.41"
101101

102102

103103
- name: Setup MYSYS2 (Windows)

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: TheMrMilchmann/setup-msvc-dev@v3
3737
with:
3838
arch: x64
39-
toolset: "14.40"
39+
toolset: "14.41"
4040

4141
- name: Setup meson
4242
if: matrix.config.os != 'macos'

0 commit comments

Comments
 (0)