Skip to content

Commit c4519de

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

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 }}
@@ -976,7 +975,7 @@ jobs:
976975
macos:
977976
runs-on: macOS-latest
978977
steps:
979-
- uses: dtolnay/rust-toolchain@1.94.1
978+
- uses: dtolnay/rust-toolchain@stable
980979
with:
981980
components: clippy
982981
- name: Install nightly

0 commit comments

Comments
 (0)