Skip to content

Commit 8d3f0e9

Browse files
committed
Move GCC builders to clang 17, as the 18 package is missing libclang
1 parent 026b08d commit 8d3f0e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
build_type: "Release",
7676
cc: "gcc-13",
7777
cxx: "g++-13",
78-
clang_version: 18,
78+
clang_version: 17,
7979
installed_clang_version: 14
8080
}
8181

.github/workflows/try.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
build_type: "Release",
7979
cc: "gcc-13",
8080
cxx: "g++-13",
81-
clang_version: 18,
81+
clang_version: 17,
8282
installed_clang_version: 14
8383
}
8484

0 commit comments

Comments
 (0)