From d076d3a3e0b1bc869166feca26492d4d6777a6a5 Mon Sep 17 00:00:00 2001 From: jatin Date: Wed, 19 Jun 2024 02:24:10 -0700 Subject: [PATCH] Trying to bring back macos CI tests --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0ab0a71a..963dc230 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -45,7 +45,7 @@ jobs: run_coverage: true build_type: "Debug" - name: "Coverage" - os: macos-latest + os: macos-14 cmake_args: "-DCODE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug" run_coverage: true # (this is breaking for some reason @TODO) build_type: "Debug"