Skip to content

Commit 36d1b87

Browse files
committed
build: clang-20 enabled in CI
1 parent 37afc37 commit 36d1b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/generate-job-matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def make_msvc_config(release: str, version: int) -> Configuration:
9292
for c in [make_gcc_config(ver) for ver in [12, 13, 14]]
9393
+ [
9494
make_clang_config(ver, platform)
95-
for ver in [16, 17, 18]
95+
for ver in [16, 17, 18, 20]
9696
for platform in ["x86-64", "arm64"]
9797
# arm64 runners are expensive; only consider one version
9898
if ver == 18 or platform != "arm64"

0 commit comments

Comments
 (0)