git: edc692b9052a - main - .github: Update the clang release used for macos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Oct 2024 12:24:28 UTC
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=edc692b9052ab0594248104d002f32c657e36057
commit edc692b9052ab0594248104d002f32c657e36057
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-08-29 16:44:46 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2024-10-21 12:23:16 +0000
.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