Skip to content

Commit

Permalink
Yet more .cirrus.yml tweaks to fix OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed Nov 25, 2021
1 parent 8f121f2 commit e49b99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e49b99e

Please sign in to comment.