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

Loading…
Cancel
Save