From bc8e3a6f665bcaa28bcf8c87617e77e3de474654 Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Sat, 7 Mar 2026 10:11:05 +0100 Subject: [PATCH] Unpin nightly channel for miri tests --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a58490666c7..04e5b958d90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -514,7 +514,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 env: - NIGHTLY_CHANNEL: nightly-2026-02-11 # https://github.com/rust-lang/miri/issues/4855 + NIGHTLY_CHANNEL: nightly steps: - uses: actions/checkout@v6.0.2