Skip to content

Commit 1a41970

Browse files
committed
git: use windows-2022 for msvs testing
1 parent 1667f61 commit 1a41970

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/visual-studio-x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
build:
20-
runs-on: windows-latest
20+
runs-on: windows-2022
2121

2222
steps:
2323
- uses: actions/checkout@v4.1.7

CMakePresets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"strategy": "set"
144144
},
145145
"toolset": {
146-
"value": "host=x64",
146+
"value": "v143,host=x64",
147147
"strategy": "set"
148148
}
149149
},
@@ -158,7 +158,7 @@
158158
"strategy": "set"
159159
},
160160
"toolset": {
161-
"value": "host=x64",
161+
"value": "v143,host=x64",
162162
"strategy": "set"
163163
}
164164
}

0 commit comments

Comments
 (0)