From 3ecc5a246eaf10fd58397d6110dbce09a9adede4 Mon Sep 17 00:00:00 2001 From: Jules Fouchy Date: Mon, 6 May 2024 17:32:45 +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 337803b1..89bb1967 100644 --- a/.github/workflows/build_and_run_tests.yml +++ b/.github/workflows/build_and_run_tests.yml @@ -41,7 +41,7 @@ jobs: } - { name: MacOS Clang, - os: macos-12, + os: macos-latest-xlarge, 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: