diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2f873be9e..6cb947880 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,7 +17,7 @@ jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ matrix.libReactant }} libReactant - assertions=${{ matrix.assertions }} - ${{ github.event_name }} runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.version != '1.10' }} + continue-on-error: ${{ matrix.version == 'nightly' }} strategy: fail-fast: false matrix: