Skip to content

Commit 51d5ffa

Browse files
committed
[CI] add CI matrix for clang-21
see also llvm/llvm-project#124870
1 parent 141f292 commit 51d5ffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compilers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
104104
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
105105
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
106+
- { uses: './.github/actions/compilers', name: 'clang 21', with: { tag: 'clang-21' } }
106107
- { uses: './.github/actions/compilers', name: 'clang 20', with: { tag: 'clang-20' } }
107108
- { uses: './.github/actions/compilers', name: 'clang 19', with: { tag: 'clang-19' } }
108109
- { uses: './.github/actions/compilers', name: 'clang 18', with: { tag: 'clang-18' } }

0 commit comments

Comments
 (0)