diff options
author | 卜部昌平 <[email protected]> | 2025-02-05 18:06:43 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2025-02-07 08:49:26 +0900 |
commit | 2ed1962cbedc832154630bed695cec4781b0ec89 (patch) | |
tree | d44e216b7db70e402462ee972395e4f533bf2ce7 | |
parent | 9baa0f8c8c216da3933362a6103e415b64889737 (diff) |
[CI] add CI matrix for clang-21
see also https://github.com/llvm/llvm-project/pull/124870
-rw-r--r-- | .github/workflows/compilers.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index d8fcfc2638..be096bad8a 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -103,6 +103,7 @@ jobs: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github } - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } } + - { uses: './.github/actions/compilers', name: 'clang 21', with: { tag: 'clang-21' } } - { uses: './.github/actions/compilers', name: 'clang 20', with: { tag: 'clang-20' } } - { uses: './.github/actions/compilers', name: 'clang 19', with: { tag: 'clang-19' } } - { uses: './.github/actions/compilers', name: 'clang 18', with: { tag: 'clang-18' } } |