Skip to content

Commit 6c34600

Browse files
committed
test.yml: bump GCC version to 14 and LLVM to 18
Signed-off-by: Ihor Solodrai <[email protected]>
1 parent 9b63017 commit 6c34600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
build_runs_on: ["ubuntu-24.04"]
1919
arch: ["x86_64"]
2020
kernel_compiler: ["gcc", "llvm"]
21-
gcc_version: [13]
22-
llvm_version: [17]
21+
gcc_version: [14]
22+
llvm_version: [18]
2323
kernel: ["LATEST"]
2424
build_release: [false]
2525
tests:

0 commit comments

Comments
 (0)