From cd2cdb475a477eb330f8c6527727436b9b51ad50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Fri, 19 Jan 2024 06:29:10 +0100 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba2295b9ceefb..79f8623d81990 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: env: CARGO_TERM_COLOR: always - NIGHTLY_TOOLCHAIN: nightly + NIGHTLY_TOOLCHAIN: nightly-2024-01-17 jobs: build: