remove macos-clang-llvm

This commit is contained in:
coco875
2025-08-06 09:16:54 -06:00
committed by Lywx
parent 4336839804
commit f8ca8f0368
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
matrix:
config: [Release, Debug]
standalone: [OFF, ON]
toolchain: [macos-clang, macos-clang-llvm, macos-gnu]
toolchain: [macos-clang, macos-gnu] # remove temporary macos-clang-llvm
steps:
- uses: actions/checkout@v4
- name: Install dependencies
-1
View File
@@ -1,4 +1,3 @@
set(CMAKE_C_COMPILER /opt/homebrew/opt/llvm/bin/clang)
set(CMAKE_CXX_COMPILER /opt/homebrew/opt/llvm/bin/clang++)
set(CMAKE_LINKER /opt/homebrew/opt/lld/bin/lld-link)
include_directories(/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/)