From 9961a90618132169db318b258668e913d0319fa3 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 27 Dec 2021 23:32:45 +0100 Subject: [PATCH] workflow: Use macOS 10.15 for now for CMake builder --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f66344af0..343b599b95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: eigen: NO - profile: macos-eigen-coverage-unity-xcode - os: macOS-11 + os: macOS-10.15 config: Coverage unity: YES generator: Xcode @@ -50,7 +50,7 @@ jobs: eigen: YES - profile: macos-nometa-standard-makefile - os: macOS-11 + os: macOS-10.15 config: Standard unity: NO generator: Unix Makefiles