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 36f7135 commit c4519deCopy full SHA for c4519de
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 }}
@@ -976,7 +975,7 @@ jobs:
976
975
macos:
977
runs-on: macOS-latest
978
steps:
979
- - uses: dtolnay/rust-toolchain@1.94.1
+ - uses: dtolnay/rust-toolchain@stable
980
with:
981
components: clippy
982
- name: Install nightly
0 commit comments