Skip to content

Commit d9c2f57

Browse files
committed
Use vscode 2022 in the workflow
1 parent be13aba commit d9c2f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cmake `
4848
-S ".\llvm\llvm" `
4949
-B ".\build" `
50-
-G "Visual Studio 16 2019" `
50+
-G "Visual Studio 17 2022" `
5151
-Thost=x64 `
5252
-A x64 `
5353
-DLLVM_ENABLE_PROJECTS="lld;clang" `

0 commit comments

Comments
 (0)