From 28562d39326bbc5403fc6b678a0508a8fd60c001 Mon Sep 17 00:00:00 2001 From: "Vladimir S. FONOV" Date: Tue, 14 Nov 2023 00:55:35 -0500 Subject: [PATCH] Trying to run on macos 12 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a25ca946..64bafcf3 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macos-latest] + os: [ubuntu-20.04, macos-12] config: [Release] build-params: - {static: ON, WITH_MINC1: ON, tests: ON }