From 4fb75e961a8dcab718b96a29a56e1ca0c63f0e6c Mon Sep 17 00:00:00 2001 From: nicolas le goff Date: Fri, 25 Oct 2024 20:20:38 +0200 Subject: [PATCH] macosCI: use gcc --- .github/workflows/continuous-macos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-macos.yml b/.github/workflows/continuous-macos.yml index 45067358..84a40a3e 100644 --- a/.github/workflows/continuous-macos.yml +++ b/.github/workflows/continuous-macos.yml @@ -83,6 +83,7 @@ jobs: -DENABLE_SINGGRAPHBUILD:BOOL=ON -DCMAKE_PREFIX_PATH="$lcov_ROOT;$glpk_ROOT;$googletest_ROOT;$pybind11_ROOT;$cgal_ROOT;$gmp_ROOT;$mpfr_ROOT;$boost_ROOT;$eigen_ROOT;$gts_ROOT;$glib_ROOT;$pcre2_ROOT" -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/ + -DCMAKE_CXX_COMPILER=g++-12 - name: Build # Use a bash shell so we can use the same syntax for environment variable