From 5209e57cc1c215dc6afe427db63b2ef1c5478659 Mon Sep 17 00:00:00 2001 From: David Markowitz Date: Tue, 1 Apr 2025 21:24:44 -0700 Subject: [PATCH] Update build-and-test.yml --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 538c05e7..4f4d5243 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -14,7 +14,6 @@ jobs: strategy: matrix: os: [ windows-2022, ubuntu-22.04, macos-13 ] - cmake: [ 3.25 ] steps: - uses: actions/checkout@v4 @@ -35,6 +34,7 @@ jobs: uses: lukka/run-cmake@v10 with: workflowPreset: "ci-${{matrix.os}}" + cmake-version: 3.25 - name: artifacts uses: actions/upload-artifact@v4 with: