File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,36 +21,36 @@ jobs:
21
21
- os : ubuntu-24.04
22
22
build_type : Debug
23
23
ccache-variant : sccache
24
- c_compiler : clang-20
24
+ c_compiler : clang-22
25
25
cpp_compiler : clang++-20
26
26
target : x86_64-unknown-linux-llvm
27
27
include_scudo : ON
28
28
- os : ubuntu-24.04
29
29
build_type : Release
30
30
ccache-variant : sccache
31
- c_compiler : clang-20
31
+ c_compiler : clang-22
32
32
cpp_compiler : clang++-20
33
33
target : x86_64-unknown-linux-llvm
34
34
include_scudo : ON
35
35
- os : ubuntu-24.04
36
36
build_type : MinSizeRel
37
37
ccache-variant : sccache
38
- c_compiler : clang-20
38
+ c_compiler : clang-22
39
39
cpp_compiler : clang++-20
40
40
target : x86_64-unknown-linux-llvm
41
41
include_scudo : ON
42
42
# TODO: remove ccache logic when https://github.com/hendrikmuhs/ccache-action/issues/279 is resolved.
43
43
- os : ubuntu-24.04-arm
44
44
build_type : Debug
45
45
ccache-variant : ccache
46
- c_compiler : clang-20
46
+ c_compiler : clang-22
47
47
cpp_compiler : clang++-20
48
48
target : aarch64-unknown-linux-llvm
49
49
include_scudo : ON
50
50
- os : ubuntu-24.04
51
51
build_type : Debug
52
52
ccache-variant : ccache
53
- c_compiler : clang-20
53
+ c_compiler : clang-22
54
54
cpp_compiler : clang++-20
55
55
target : x86_64-unknown-uefi-llvm
56
56
include_scudo : OFF
You can’t perform that action at this time.
0 commit comments