Revert "feat: ci 在 macOS 上使用 clang 18.1.8 (#10254)"

This reverts commit 4b50dc4ae8.
This commit is contained in:
zzyyyl
2024-08-17 01:41:32 +08:00
parent 4b50dc4ae8
commit dacddc41e5

View File

@@ -308,7 +308,7 @@ jobs:
- name: Install Dependencies
run: |
brew install ninja llvm@18
brew install ninja
- name: Bootstrap MaaDeps
run: |
@@ -319,9 +319,7 @@ jobs:
- name: Configure MaaCore
run: |
cmake -B build -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES='${{ matrix.arch }}' -DMAA_VERSION='${{ needs.meta.outputs.tag }}' \
-DCMAKE_C_COMPILER=/opt/homebrew/opt/llvm@18/bin/clang \
-DCMAKE_CXX_COMPILER=/opt/homebrew/opt/llvm@18/bin/clang++
cmake -B build -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES='${{ matrix.arch }}' -DMAA_VERSION='${{ needs.meta.outputs.tag }}'
- name: Build MaaCore
run: |