Skip to content

Commit b5d8f4c

Browse files
authored
Add llvm21 to ci.yml
1 parent 510dd7d commit b5d8f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-24.04, macos-15]
18-
llvm: [19, 20]
18+
llvm: [19, 20, 21]
1919
name: Build os=${{ matrix.os }} llvm=${{ matrix.llvm }}
2020
runs-on: ${{ matrix.os }}
2121
steps:

0 commit comments

Comments
 (0)