Unpin nightly for miri (#11462)

# Objective

- Using the latest nightly for `miri` is generally desirable as we want
to catch regressions upstream or new problems quickly
- https://github.com/rust-lang/rust/pull/120123 should be merged now, so
it should work.

## Solution

- Revert #11421.

---------

Co-authored-by: François <mockersf@gmail.com>
Co-authored-by: Alice Cecile <alice.i.cecil@gmail.com>
This commit is contained in:
Alice Cecile 2024-01-22 14:32:44 -05:00 committed by GitHub
parent 6a3b059db9
commit 1d17453697
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-2024-01-17
NIGHTLY_TOOLCHAIN: nightly
jobs:
build: