diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 74cf339e9..f70a28505 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -37,4 +37,4 @@ jobs: run: brew install llvm@17 ninja yaml-cpp cmake ccache - name: Build and test - run: CC=/opt/homebrew/Cellar/llvm@17/17.0.6/bin/clang CXX=/opt/homebrew/Cellar/llvm@17/17.0.6/bin/clang++ CMAKE_PREFIX=/opt/homebrew/opt/llvm/lib/cmake/llvm LLVM_VERSION=17 LLVM_CONFIG_PATH=/opt/homebrew/opt/llvm/bin/llvm-config CMAKE_GENERATOR=Ninja make test \ No newline at end of file + run: CC=/opt/homebrew/Cellar/llvm@17/17.0.6/bin/clang CXX=/opt/homebrew/Cellar/llvm@17/17.0.6/bin/clang++ CMAKE_PREFIX=/opt/homebrew/opt/llvm/lib/cmake/llvm LLVM_VERSION=17 CMAKE_GENERATOR=Ninja make test \ No newline at end of file