.github: Update to use llvm 15

This is the latest supported version in Ubuntu 22.04

Reviewed by:	vexeduxr, imp, emaste
Sponsored by:	Arm Ltd
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1862
This commit is contained in:
Andrew Turner
2025-09-11 08:22:38 +01:00
parent 1bbc898dbf
commit cf58399728
+3 -3
View File
@@ -22,9 +22,9 @@ jobs:
include:
# TODO: both Ubuntu and macOS have bmake packages, we should try them instead of bootstrapping our own copy.
- os: ubuntu-22.04
compiler: clang-14
cross-bindir: /usr/lib/llvm-14/bin
pkgs: bmake libarchive-dev clang-14 lld-14
compiler: clang-15
cross-bindir: /usr/lib/llvm-15/bin
pkgs: bmake libarchive-dev clang-15 lld-15
- os: ubuntu-24.04
compiler: clang-18
cross-bindir: /usr/lib/llvm-18/bin