aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2025-09-11 07:22:38 +0000
committerAndrew Turner <andrew@FreeBSD.org>2025-09-11 20:30:07 +0000
commitcf583997282f962d9e8bf478667d5087f7c1f2da (patch)
treefb914c3b9366dc2a20d137231228b6249f8f3315 /.github
parent1bbc898dbf72638ac0dfbc666f62d39dbd68258a (diff)
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 8f0dd933ef09..a99c3d31f2f1 100644
--- a/.github/workflows/cross-bootstrap-tools.yml
+++ b/.github/workflows/cross-bootstrap-tools.yml
@@ -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