From dbaa425225c692bd82c4ffb5d0200c269d2b185f Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 10 Jun 2025 13:54:46 -0700 Subject: [PATCH] gha: switch to vs2022 --- .github/workflows/ci-scripts-build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index b66bf19..21df7fa 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -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"