Cirrus-CI: MacOS Homebrew has changed from /usr/local/opt to /opt/homebrew

Fix paths for homebrew.

Fix By: Brad House (@bradh352)
pull/503/head
bradh352 2 years ago
parent be64c19a24
commit 376f6d7c2e
  1. 2
      .cirrus.yml

@ -41,7 +41,7 @@ task:
- name: "MacOS"
env:
DIST: "MACOS"
SCAN_BUILD: "/usr/local/opt/llvm/bin/scan-build"
SCAN_BUILD: "/opt/homebrew/llvm/bin/scan-build"
MAKE: "make"
BUILD_ASAN: "yes"
BUILD_ANALYZE: "yes"

Loading…
Cancel
Save