From 223997c70c2c1b5908d533a53d320b28c368e14a Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 9 Apr 2025 18:32:25 -0500 Subject: [PATCH] Fix cmake build target, test minor msvc version, and specify the correct min cmake. --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 828ad78..fc3820f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,8 @@ jobs: apple-clang * mingw * clang-cl * + subrange-policy: | + msvc: one-per-minor standards: ">=11" latest-factors: | gcc Asan TSan UBSan @@ -127,9 +129,9 @@ jobs: - name: CMake Workflow uses: alandefreitas/cpp-actions/cmake-workflow@master with: - build-targets: check + build-target: check install: true - cmake-version: ">=3.20" + cmake-version: ">=3.5" generator: ${{ matrix.generator }} generator-toolset: ${{ matrix.generator-toolset }} toolchain: ${{ steps.package-install.outputs.vcpkg-toolchain }}