Skip to content

Commit 64e0919

Browse files
authored
Bump the version of llvm that clang tidy runs against to 20 (#372)
1 parent 3c817e0 commit 64e0919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clang-tidy-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
python-version: "3.11"
2626

2727
- name: Install LLVM and Clang
28-
uses: KyleMayes/install-llvm-action@v2.0.3
28+
uses: KyleMayes/install-llvm-action@v2
2929
with:
30-
version: "17.0.6"
30+
version: "20"
3131

3232
- name: Run clang-tidy
3333
uses: ZedThree/[email protected]

0 commit comments

Comments
 (0)