File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
build-musl :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - run : sudo apt-get install clang-11
18
+ - run : sudo apt-get install clang-18
19
19
- uses : actions/checkout@v3
20
20
- uses : dtolnay/rust-toolchain@stable
21
21
with :
22
22
targets : x86_64-unknown-linux-musl
23
- - run : TARGET_CC=clang-11 TARGET_AR=llvm-ar-11 cargo build --all-targets --target x86_64-unknown-linux-musl
23
+ - run : TARGET_CC=clang-18 TARGET_AR=llvm-ar-18 cargo build --all-targets --target x86_64-unknown-linux-musl
24
24
build-macos :
25
25
runs-on : macos-latest
26
26
steps :
@@ -44,12 +44,12 @@ jobs:
44
44
test-musl :
45
45
runs-on : ubuntu-latest
46
46
steps :
47
- - run : sudo apt-get install clang-11
47
+ - run : sudo apt-get install clang-18
48
48
- uses : actions/checkout@v3
49
49
- uses : dtolnay/rust-toolchain@stable
50
50
with :
51
51
targets : x86_64-unknown-linux-musl
52
- - run : TARGET_CC=clang-11 TARGET_AR=llvm-ar-11 cargo test --target x86_64-unknown-linux-musl
52
+ - run : TARGET_CC=clang-18 TARGET_AR=llvm-ar-18 cargo test --target x86_64-unknown-linux-musl
53
53
test-macos :
54
54
runs-on : macos-latest
55
55
steps :
You can’t perform that action at this time.
0 commit comments