Skip to content

Commit 26b1276

Browse files
committed
Unpin CI miri toolchain
Fixed in nightly-2026-02-13.
1 parent c5e1c9e commit 26b1276

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ jobs:
9494
timeout-minutes: 45
9595
steps:
9696
- uses: actions/checkout@v6
97-
- uses: dtolnay/rust-toolchain@master
98-
with:
99-
toolchain: nightly-2026-02-11 # https://github.com/rust-lang/miri/issues/4855
100-
components: miri, rust-src
97+
- uses: dtolnay/rust-toolchain@miri
10198
- run: cargo miri setup
10299
- run: cargo miri test
103100
env:

0 commit comments

Comments
 (0)