From 53ea73cc9307d8d030bd5b986efb1570e1445cb0 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Sat, 7 Feb 2026 07:27:17 -0500 Subject: [PATCH] Pin to nightly-2026-01-28 --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 835f8f95e..87be590c3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,8 +41,8 @@ jobs: strategy: fail-fast: ${{ github.event_name == 'merge_group' }} matrix: - environment: [ubuntu-latest, ubuntu-24.04, macos-latest] - toolchain: [stable, nightly] + environment: [ubuntu-latest, macos-latest] + toolchain: [stable, nightly-2026-01-28] plugins: [true, false] cc: [cc, clang] exclude: