From de2b610af6b372970bdaaf836e9f6252c5d0777c Mon Sep 17 00:00:00 2001 From: Jules Fouchy Date: Mon, 6 May 2024 15:27:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20[CI]=20Try=20fix=20MacOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_run_tests.yml b/.github/workflows/build_and_run_tests.yml index 50dacb81..96832580 100644 --- a/.github/workflows/build_and_run_tests.yml +++ b/.github/workflows/build_and_run_tests.yml @@ -42,7 +42,7 @@ jobs: - { name: MacOS Clang, os: macos-latest, - cmake_configure_args: -D CMAKE_C_COMPILER=$(brew --prefix llvm@16)/bin/clang -D CMAKE_CXX_COMPILER=$(brew --prefix llvm@16)/bin/clang++ -G Ninja -D OPENSSL_ROOT_DIR=/usr/local/opt/openssl -D OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include, + cmake_configure_args: -D CMAKE_C_COMPILER=$(brew --prefix llvm@15)/bin/clang -D CMAKE_CXX_COMPILER=$(brew --prefix llvm@15)/bin/clang++ -G Ninja -D OPENSSL_ROOT_DIR=/usr/local/opt/openssl -D OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include, } build_type: - Debug