We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0411e commit c34b207Copy full SHA for c34b207
.github/workflows/ci-pr-validation.yaml
@@ -188,16 +188,16 @@ jobs:
188
matrix:
189
include:
190
- name: 'Windows x64'
191
- os: windows-2019
+ os: windows-2022
192
triplet: x64-windows-static
193
suffix: 'windows-win64'
194
- generator: 'Visual Studio 16 2019'
+ generator: 'Visual Studio 17 2022'
195
arch: '-A x64'
196
- name: 'Windows x86'
197
198
triplet: x86-windows-static
199
suffix: 'windows-win32'
200
201
arch: '-A Win32'
202
203
steps:
0 commit comments