gha: switch to vs2022

This commit is contained in:
Michael Davidsaver
2025-06-10 13:54:46 -07:00
parent cd5570b350
commit dbaa425225
+6 -6
View File
@@ -137,16 +137,16 @@ jobs:
configuration: default
base: "7.0"
- name: vs2019 DLL
os: windows-2019
cmp: vs2019
- name: vs2022 DLL
os: windows-2022
cmp: vs2022
configuration: debug
base: "7.0"
extra: "CMD_CXXFLAGS=-analysis"
- name: vs2019 static
os: windows-2019
cmp: vs2019
- name: vs2022 static
os: windows-2022
cmp: vs2022
configuration: static-debug
base: "7.0"
extra: "CMD_CXXFLAGS=-analysis"