Miri is failing on latest nightly: pin nightly to last known working version (#11421)

# Objective

- https://github.com/rust-lang/rust/pull/118553 seems to have broken
miri test

## Solution

- Pin nightly to before it was merged
This commit is contained in:
François 2024-01-19 06:29:10 +01:00 committed by GitHub
parent 7125dcb268
commit cd2cdb475a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ on:
env:
CARGO_TERM_COLOR: always
NIGHTLY_TOOLCHAIN: nightly
NIGHTLY_TOOLCHAIN: nightly-2024-01-17
jobs:
build: