.github: Update the path used for the homebrew LLVM install on macOS

Pull Request:	https://github.com/freebsd/freebsd-src/pull/1212
This commit is contained in:
John Baldwin 2024-05-02 14:11:48 -07:00
parent d21c19d412
commit 1091f525df

View File

@ -31,7 +31,7 @@ jobs:
pkgs: bmake libarchive-dev clang-14 lld-14
- os: macos-latest
compiler: clang-13
cross-bindir: /usr/local/opt/llvm@13/bin
cross-bindir: /opt/homebrew/opt/llvm@13/bin
pkgs: bmake libarchive llvm@13
- target_arch: amd64
target: amd64