From f60b64178144ac743dea1cc4b932120235704c84 Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Mon, 8 Jul 2024 14:42:46 +0100 Subject: [PATCH] Update CI.yml testing build vs2019 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9792737eb..6c5ca1655 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,7 @@ jobs: fail-fast: false matrix: configuration: [Release, Debug] - vsver: [2022] + vsver: [2019] steps: - uses: actions/checkout@v4 with: