We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d1239 commit 3de818cCopy full SHA for 3de818c
1 file changed
.github/workflows/build_and_test.yml
@@ -14,8 +14,7 @@ env:
14
AFL_PIZZA_MODE: "-1" # this is sad, I know, but it breaks on a certain spring day otherwise :(
15
CARGO_TERM_COLOR: always
16
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
+ MAIN_LLVM_VERSION: 22
19
20
concurrency:
21
group: ${{ github.workflow }}-${{ github.ref }}
@@ -975,7 +974,7 @@ jobs:
975
974
macos:
976
runs-on: macOS-latest
977
steps:
978
- - uses: dtolnay/rust-toolchain@1.94.1
+ - uses: dtolnay/rust-toolchain@stable
979
with:
980
components: clippy
981
- name: Install nightly
0 commit comments