diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2024-05-02 21:11:48 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2024-05-02 22:05:15 +0000 |
| commit | 1091f525df9d74f07d707d8a79a91fe26a6c50e3 (patch) | |
| tree | 158c40d13e52e56491b68f378c63f29b088bc41b /.github/workflows | |
| parent | d21c19d4127bb58ab8de83dc944c3ebfc3b43af5 (diff) | |
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cross-bootstrap-tools.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index 327bdadc6a9b..1f4d41cce30c 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -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 |
