From 8d24a5d1a90f12d4b2db5c96029b657f41b7cb45 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 4 Nov 2024 19:02:26 +0100 Subject: [PATCH] workflow: Disable Eigen on CMake macOS builder for now For some reason, CMake doesn't seem to respect CMAKE_CXX_STANDARD on macOS --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50d119698a..fe0f5223d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - ubuntu-bionic-standard-unity-makefile - ubuntu-bionic-coverage-ninja #- macos-coverage-unity-xcode - - macos-eigen-nometa-standard-makefile + - macos-nometa-standard-makefile - windows-standard-unity-msvc - windows-nopython-nometa-standard-msvc @@ -49,7 +49,7 @@ jobs: # python: YES # eigen: NO - - profile: macos-eigen-nometa-standard-makefile + - profile: macos-nometa-standard-makefile os: macOS-13 config: Standard unity: NO @@ -57,7 +57,7 @@ jobs: compiler: Default metalibs: NO python: YES - eigen: YES + eigen: NO - profile: windows-standard-unity-msvc os: windows-2022