Skip to content

Commit c1826eb

Browse files
committed
Pin nightly toolchain used for miri job
1 parent 8a56cfa commit c1826eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
steps:
107107
- uses: actions/checkout@v4
108108
- uses: dtolnay/rust-toolchain@miri
109+
with:
110+
toolchain: nightly-2025-05-16 # https://github.com/rust-lang/miri/issues/4323
109111
- run: cargo miri setup
110112
- run: cargo miri test --target ${{matrix.target}}
111113
- run: cargo miri test --target ${{matrix.target}} --features preserve_order,float_roundtrip,arbitrary_precision,raw_value

0 commit comments

Comments
 (0)