Skip to content

Commit df04ef2

Browse files
committed
fix(GitHub workflows - MSVC): update VS version to [17.12,17.13)
1 parent c12cb49 commit df04ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup MSBuild (VS 2022 Preview)
4242
uses: microsoft/setup-msbuild@v1
4343
with:
44-
vs-version: 17.13 # Visual Studio 2022 (17)
44+
vs-version: "[17.12,17.13)" # Visual Studio 2022 (17)
4545
vs-prerelease: true
4646

4747
- name: Setup CMake

0 commit comments

Comments
 (0)