Skip to content

Commit 3de818c

Browse files
committed
[CI] move LLVM to 22
Address comments made in commit: `2a92a831 (Fix CI on MacOS (#3813), 2026-05-13)`
1 parent 90d1239 commit 3de818c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ env:
1414
AFL_PIZZA_MODE: "-1" # this is sad, I know, but it breaks on a certain spring day otherwise :(
1515
CARGO_TERM_COLOR: always
1616
CARGO_NET_GIT_FETCH_WITH_CLI: true
17-
# FIXME: please unpin macos rust stable toolchain once LLVM is bumped to version 22
18-
MAIN_LLVM_VERSION: 21
17+
MAIN_LLVM_VERSION: 22
1918

2019
concurrency:
2120
group: ${{ github.workflow }}-${{ github.ref }}
@@ -975,7 +974,7 @@ jobs:
975974
macos:
976975
runs-on: macOS-latest
977976
steps:
978-
- uses: dtolnay/rust-toolchain@1.94.1
977+
- uses: dtolnay/rust-toolchain@stable
979978
with:
980979
components: clippy
981980
- name: Install nightly

0 commit comments

Comments
 (0)