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