Skip to content

Commit 4cf5b5b

Browse files
authored
Pin rustc nightly to nightly-2025-07-18 for miri tests
Closes #5998
1 parent bd8e557 commit 4cf5b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352
- uses: actions/checkout@v4
353353
- uses: dtolnay/rust-toolchain@master
354354
with:
355-
toolchain: nightly
355+
toolchain: nightly-2025-07-18 # TODO: Set to "nightly" once https://github.com/rust-lang/rust/issues/144168 is fixed
356356
components: miri
357357

358358
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)