Compile with AppleClang 15.

This commit is contained in:
Alexander Shaduri
2024-05-15 12:00:33 +04:00
parent 02535eeeb2
commit 4a0ce23184
+2
View File
@@ -32,12 +32,14 @@ jobs:
- name: Configure CMake
shell: bash
working-directory: ${{github.workspace}}/build
# We need at least AppleClang 15 for format library
run: >
cmake $GITHUB_WORKSPACE
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
-DAPP_BUILD_EXAMPLES=ON
-DAPP_BUILD_TESTS=ON
-DAPP_COMPILER_ENABLE_WARNINGS=ON
-DCMAKE_CXX_COMPILER=$(brew --prefix llvm@15)/bin/clang++
- name: Build
shell: bash