Browse Source

Change Actions minimum nightly

pull/134/head
Andrea Ciliberti 1 year ago
parent
commit
354b9e3cdd
  1. 4
      .github/workflows/ci.yml

4
.github/workflows/ci.yml

@ -21,7 +21,7 @@ jobs:
matrix: matrix:
toolchain: toolchain:
# Run against a "known good" nightly # Run against a "known good" nightly
- nightly-2023-01-13 - nightly-2023-05-31
# Check for breakage on latest nightly # Check for breakage on latest nightly
- nightly - nightly
@ -57,7 +57,7 @@ jobs:
strategy: strategy:
matrix: matrix:
toolchain: toolchain:
- nightly-2023-01-13 - nightly-2023-05-31
- nightly - nightly
continue-on-error: ${{ matrix.toolchain == 'nightly' }} continue-on-error: ${{ matrix.toolchain == 'nightly' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest

Loading…
Cancel
Save