Skip to content

Commit

Permalink
fix 1.5 test version spec
Browse files Browse the repository at this point in the history
marius311 committed Jul 14, 2020
1 parent fa91f52 commit b374227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ jobs:
continue-on-error: ${{ matrix.experimental == 'nightly' }}
strategy:
matrix:
julia-version: ['1.3', '1.4', '1.5'] # todo: add back nightly once it stops hanging or they allow timeout failures
julia-version: ['1.3', '1.4', '~1.5.0-0'] # todo: add back nightly once it stops hanging or they allow timeout failures
os: [ubuntu-latest]
JULIA_FFTW_PROVIDER: ['MKL'] # would be nice to get FFTW working too
fail-fast: false

0 comments on commit b374227

Please sign in to comment.