Skip to content

Commit d17474f

Browse files
committed
GitHub cross-build CI: Update compiler versions
Use the latest Clang packages available for macos and Ubuntu 24.04 to ensure we also test newer versions in addition to the oldest supported version.
1 parent 71ae6c7 commit d17474f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/cross-bootstrap-tools.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
cross-bindir: /usr/lib/llvm-14/bin
2727
pkgs: bmake libarchive-dev clang-14 lld-14
2828
- os: ubuntu-24.04
29-
compiler: clang-18
30-
cross-bindir: /usr/lib/llvm-18/bin
31-
pkgs: bmake libarchive-dev clang-18 lld-18
29+
compiler: clang-20
30+
cross-bindir: /usr/lib/llvm-20/bin
31+
pkgs: bmake libarchive-dev clang-20 lld-20
3232
- os: macos-latest
33-
compiler: clang-18
34-
cross-toolchain: llvm@18
35-
pkgs: bmake libarchive llvm@18
33+
compiler: clang-21
34+
cross-toolchain: llvm@21
35+
pkgs: bmake libarchive llvm@21
3636
- target_arch: amd64
3737
target: amd64
3838
- target_arch: aarch64

0 commit comments

Comments
 (0)