Skip to content

Commit 3f10955

Browse files
committed
ci: update windows build tools version to 14.43
1 parent 4930f6c commit 3f10955

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
@@ -89,7 +89,7 @@ jobs:
8989
uses: TheMrMilchmann/setup-msvc-dev@v3
9090
with:
9191
arch: x64
92-
toolset: '14.42'
92+
toolset: '14.43'
9393

9494
- name: Setup MYSYS2 (Windows)
9595
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
@@ -24,7 +24,7 @@ jobs:
2424
uses: TheMrMilchmann/setup-msvc-dev@v3
2525
with:
2626
arch: x64
27-
toolset: '14.42'
27+
toolset: '14.43'
2828

2929
- name: Setup meson
3030
run: |

0 commit comments

Comments
 (0)