Skip to content

Commit 2f2c95b

Browse files
committed
Pin CI miri to nightly-2026-02-11
1 parent c2b679a commit 2f2c95b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ jobs:
9191
timeout-minutes: 45
9292
steps:
9393
- uses: actions/checkout@v6
94-
- uses: dtolnay/rust-toolchain@miri
94+
- uses: dtolnay/rust-toolchain@master
95+
with:
96+
toolchain: nightly-2026-02-11 # https://github.com/rust-lang/miri/issues/4855
97+
components: miri, rust-src
9598
- run: cargo miri setup
9699
- run: cargo miri test
97100
env:

0 commit comments

Comments
 (0)