Skip to content

Commit aef193c

Browse files
committed
ci: use latest msvc version instead of hardcoded one
1 parent 4d608a7 commit aef193c

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: 'latest'
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: 'latest'
2727

2828
- name: Setup meson
2929
run: |

0 commit comments

Comments
 (0)