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: