Skip to content

Commit 1a5dec8

Browse files
authored
Test against latest LLVM on mac
1 parent bd5f76e commit 1a5dec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- uses: actions/checkout@v4
3232
with:
3333
submodules: true
34-
- name: Install llvm 18
35-
run: brew install llvm@18
34+
- name: Install latest llvm
35+
run: brew install llvm
3636
- uses: actions-rust-lang/setup-rust-toolchain@v1
3737
- name: Prepare, build, test, clippy, format
3838
run: make prepare build test clippy fmt

0 commit comments

Comments
 (0)