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"