Skip to content

Commit 8e16b69

Browse files
committed
Update comments to reflect LLVM 18 support in Ubuntu 24.04 for CI jobs
1 parent 17aa028 commit 8e16b69

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ env:
3737
jobs:
3838
# linter
3939
clippy_check:
40-
# ubuntu 24.04 doesn't have LLVM 15(https://apt.llvm.org/noble/dists/),
41-
# so we use 22.04
40+
# ubuntu 24.04 supports have LLVM 18(https://apt.llvm.org/noble/dists/),
4241
runs-on: ubuntu-24.04
4342
steps:
4443
- uses: actions/checkout@v4
@@ -76,8 +75,7 @@ jobs:
7675
7776
# all test cases with default features
7877
test:
79-
# ubuntu 24.04 doesn't have LLVM 15(https://apt.llvm.org/noble/dists/),
80-
# so we use 22.04
78+
# ubuntu 24.04 supports LLVM 18(https://apt.llvm.org/noble/dists/),
8179
runs-on: ubuntu-24.04
8280
steps:
8381
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)