We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17aa028 commit 8e16b69Copy full SHA for 8e16b69
.github/workflows/main.yml
@@ -37,8 +37,7 @@ env:
37
jobs:
38
# linter
39
clippy_check:
40
- # ubuntu 24.04 doesn't have LLVM 15(https://apt.llvm.org/noble/dists/),
41
- # so we use 22.04
+ # ubuntu 24.04 supports have LLVM 18(https://apt.llvm.org/noble/dists/),
42
runs-on: ubuntu-24.04
43
steps:
44
- uses: actions/checkout@v4
@@ -76,8 +75,7 @@ jobs:
76
75
77
# all test cases with default features
78
test:
79
80
+ # ubuntu 24.04 supports LLVM 18(https://apt.llvm.org/noble/dists/),
81
82
83
0 commit comments