Skip to content

Commit 8beae33

Browse files
committed
Update CI to use LLVM 20
1 parent aa95f92 commit 8beae33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- run: wget https://apt.llvm.org/llvm.sh
2828
- run: chmod +x llvm.sh
29-
- run: sudo ./llvm.sh 18
29+
- run: sudo ./llvm.sh 20
3030
- uses: actions/checkout@v4
3131
- uses: dtolnay/rust-toolchain@stable
3232
- run: cargo clippy -- -D warnings

0 commit comments

Comments
 (0)