Skip to content

Commit

Permalink
.github: Update the clang release used for macos
Browse files Browse the repository at this point in the history
Reviewed by:	emaste, jhb
Sponsored by:	Arm Ltd
Pull Request:	freebsd/freebsd-src#1399

(cherry picked from commit edc692b)
  • Loading branch information
zxombie authored and bsdjhb committed Jan 3, 2025
1 parent 17cae0b commit c01665e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cross-bootstrap-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
cross-bindir: /usr/lib/llvm-14/bin
pkgs: bmake libarchive-dev clang-14 lld-14
- 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
Expand Down

0 comments on commit c01665e

Please sign in to comment.