Skip to content

Commit

Permalink
Unpin nightly for miri (#11462)
Browse files Browse the repository at this point in the history
# Objective

- Using the latest nightly for `miri` is generally desirable as we want
to catch regressions upstream or new problems quickly
- rust-lang/rust#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>
  • Loading branch information
3 people committed Jan 22, 2024
1 parent 6a3b059 commit 1d17453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
CARGO_TERM_COLOR: always
NIGHTLY_TOOLCHAIN: nightly-2024-01-17
NIGHTLY_TOOLCHAIN: nightly

jobs:
build:
Expand Down

0 comments on commit 1d17453

Please sign in to comment.