mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
.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
This commit is contained in:
parent
386e2dc442
commit
edc692b905
6
.github/workflows/cross-bootstrap-tools.yml
vendored
6
.github/workflows/cross-bootstrap-tools.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user