From 98c46dfe7b99469f7887fbd83048eb52418ebf56 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Thu, 15 Aug 2024 15:46:04 +0200 Subject: [PATCH] Use older nightly for testing --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dacb15f..49cc0cc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: toolchain: # Run against a "known good" nightly. Rustc version is 1 day behind the toolchain date - - nightly-2024-03-16 + - nightly-2024-03-10 # Check for breakage on latest nightly - nightly @@ -54,7 +54,7 @@ jobs: strategy: matrix: toolchain: - - nightly-2024-03-16 + - nightly-2024-03-10 - nightly continue-on-error: ${{ matrix.toolchain == 'nightly' }} runs-on: ubuntu-latest