aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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