cirrus: fix path to Homebrew clang on macOS
Looks like this changed when they switched to M1.
This commit is contained in:
parent
ecae85f8af
commit
caabd06436
|
@ -39,7 +39,7 @@ macos_task:
|
|||
- name: macos_clang
|
||||
clang_script: brew install llvm@11
|
||||
env:
|
||||
CXX: /usr/local/opt/llvm@11/bin/clang++
|
||||
CXX: /opt/homebrew/opt/llvm@11/bin/clang++
|
||||
- name: macos_gcc
|
||||
gcc_script:
|
||||
- /usr/sbin/softwareupdate --install-rosetta --agree-to-license
|
||||
|
|
Loading…
Reference in New Issue
Block a user