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 69b86aa commit ec5931bCopy full SHA for ec5931b
.github/workflows/ci-build-binary-artifacts.yaml
@@ -93,16 +93,16 @@ jobs:
93
matrix:
94
include:
95
- name: 'Windows x64'
96
- os: windows-2019
+ os: windows-2022
97
triplet: x64-windows-static
98
suffix: 'windows-win64'
99
- generator: 'Visual Studio 16 2019'
+ generator: 'Visual Studio 17 2022'
100
arch: '-A x64'
101
- name: 'Windows x86'
102
103
triplet: x86-windows-static
104
suffix: 'windows-win32'
105
106
arch: '-A Win32'
107
108
steps:
0 commit comments