From edc692b9052ab0594248104d002f32c657e36057 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Thu, 29 Aug 2024 17:44:46 +0100 Subject: [PATCH] .github: Update the clang release used for macos Reviewed by: emaste, jhb Sponsored by: Arm Ltd Pull Request: https://github.com/freebsd/freebsd-src/pull/1399 --- .github/workflows/cross-bootstrap-tools.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index c0be25d3b67c..540e05cbd6e2 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -30,9 +30,9 @@ jobs: cross-bindir: /usr/lib/llvm-18/bin pkgs: bmake libarchive-dev clang-18 lld-18 - os: macos-latest - compiler: clang-13 - cross-bindir: /opt/homebrew/opt/llvm@13/bin - pkgs: bmake libarchive llvm@13 + compiler: clang-18 + cross-bindir: /opt/homebrew/opt/llvm@18/bin + pkgs: bmake libarchive llvm@18 - target_arch: amd64 target: amd64 - target_arch: aarch64