From e41c1ecfcccd2652b60b1e144824c952b67d56bd Mon Sep 17 00:00:00 2001 From: smallboyc Date: Thu, 18 Jul 2024 12:24:41 +0200 Subject: [PATCH] try llvm --- .github/workflows/create_release_executables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release_executables.yml b/.github/workflows/create_release_executables.yml index 622044ab..edf4b610 100644 --- a/.github/workflows/create_release_executables.yml +++ b/.github/workflows/create_release_executables.yml @@ -35,7 +35,7 @@ jobs: - { name: MacOS, os: macos-latest, # 13 and 14 run on M1 chips, and we get a linker error when using them - 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)/bin/clang -D CMAKE_CXX_COMPILER=$(brew --prefix llvm)/bin/clang++ -G Ninja -D OPENSSL_ROOT_DIR=/usr/local/opt/openssl -D OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include, cpack_generator: Bundle, installer_name: Coollab-Mac.dmg, }