aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2024-08-29 16:44:46 +0000
committerAndrew Turner <andrew@FreeBSD.org>2024-10-21 12:23:16 +0000
commitedc692b9052ab0594248104d002f32c657e36057 (patch)
tree00c6281086878b1ab15d6062e105df60c7826e5c /.github
parent386e2dc442f46d2c4b43dc9e767eaa93facdbb42 (diff)
downloadsrc-edc692b9052ab0594248104d002f32c657e36057.tar.gz
src-edc692b9052ab0594248104d002f32c657e36057.zip
.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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cross-bootstrap-tools.yml6
1 files 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