Yet more .cirrus.yml tweaks to fix OSX

This commit is contained in:
Maxime Coste 2021-11-25 20:35:42 +11:00
parent 8f121f230a
commit e49b99e269

View File

@ -39,7 +39,7 @@ macos_task:
- name: macos_clang
clang_script: brew install llvm@11
env:
CXX: /usr/local/opt/llvm/bin/clang++
CXX: /usr/local/opt/llvm@11/bin/clang++
- name: macos_gcc
gcc_script: brew install gcc@10
env: