We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ae6c7 commit d17474fCopy full SHA for d17474f
.github/workflows/cross-bootstrap-tools.yml
@@ -26,13 +26,13 @@ jobs:
26
cross-bindir: /usr/lib/llvm-14/bin
27
pkgs: bmake libarchive-dev clang-14 lld-14
28
- 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
+ compiler: clang-20
+ cross-bindir: /usr/lib/llvm-20/bin
+ pkgs: bmake libarchive-dev clang-20 lld-20
32
- os: macos-latest
33
34
- cross-toolchain: llvm@18
35
- pkgs: bmake libarchive llvm@18
+ compiler: clang-21
+ cross-toolchain: llvm@21
+ pkgs: bmake libarchive llvm@21
36
- target_arch: amd64
37
target: amd64
38
- target_arch: aarch64
0 commit comments