Skip to content

Commit 1d4904c

Browse files
committed
Include clang-20 in automated builds
1 parent f46678b commit 1d4904c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@ jobs:
1515
- gcc-10
1616
- gcc-12
1717
- gcc-14
18+
- clang-20
1819
include:
1920
- cc: gcc-10
2021
cxx: g++-10
2122
- cc: gcc-12
2223
cxx: g++-12
2324
- cc: gcc-14
2425
cxx: g++-14
26+
- cc: clang-20
27+
cxx: clang-20
2528
runs-on: ${{ matrix.image }}
2629
env:
2730
CC: ${{ matrix.cc }}

0 commit comments

Comments
 (0)