Skip to content

Commit 75bfdcd

Browse files
committed
ci: llvm-20
1 parent cd46020 commit 75bfdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ jobs:
411411
if: startsWith(matrix.os, 'ubuntu-') && matrix.arch == 'native'
412412
run: |
413413
sudo ./cross/setup-apt-llvm-org.sh
414-
sudo apt-get update && sudo apt-get install -y clang-18 lld-18
414+
sudo apt-get update && sudo apt-get install -y clang-20 lld-20
415415
sudo ./cross/setup-alternatives.sh
416416
417417
- name: Fix sources.list (cross)

0 commit comments

Comments
 (0)