From 8f6ec4552ba9623032273779ac77b0c7c68a3def Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 2 May 2024 14:11:48 -0700 Subject: [PATCH] .github: Update the path used for the homebrew LLVM install on macOS Pull Request: https://github.com/freebsd/freebsd-src/pull/1212 (cherry picked from commit 1091f525df9d74f07d707d8a79a91fe26a6c50e3) --- .github/workflows/cross-bootstrap-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index 4603d55c6075..9e1df04db931 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -30,7 +30,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