Skip to content

Commit b2bfe22

Browse files
committed
bump clang for ubuntu upgrade
1 parent 90e895f commit b2bfe22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
build-musl:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- run: sudo apt-get install clang-11
18+
- run: sudo apt-get install clang-18
1919
- uses: actions/checkout@v3
2020
- uses: dtolnay/rust-toolchain@stable
2121
with:
2222
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
2424
build-macos:
2525
runs-on: macos-latest
2626
steps:
@@ -44,12 +44,12 @@ jobs:
4444
test-musl:
4545
runs-on: ubuntu-latest
4646
steps:
47-
- run: sudo apt-get install clang-11
47+
- run: sudo apt-get install clang-18
4848
- uses: actions/checkout@v3
4949
- uses: dtolnay/rust-toolchain@stable
5050
with:
5151
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
5353
test-macos:
5454
runs-on: macos-latest
5555
steps:

0 commit comments

Comments
 (0)