Skip to content

Commit b374227

Browse files
committed
fix 1.5 test version spec
1 parent fa91f52 commit b374227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
continue-on-error: ${{ matrix.experimental == 'nightly' }}
99
strategy:
1010
matrix:
11-
julia-version: ['1.3', '1.4', '1.5'] # todo: add back nightly once it stops hanging or they allow timeout failures
11+
julia-version: ['1.3', '1.4', '~1.5.0-0'] # todo: add back nightly once it stops hanging or they allow timeout failures
1212
os: [ubuntu-latest]
1313
JULIA_FFTW_PROVIDER: ['MKL'] # would be nice to get FFTW working too
1414
fail-fast: false

0 commit comments

Comments
 (0)