Skip to content

Commit f10f23c

Browse files
committed
replace nightly by lts
1 parent 6f63094 commit f10f23c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ jobs:
1616
test:
1717
name: Julia ${{ matrix.version }} - ${{ matrix.group }}
1818
runs-on: ${{ matrix.os }}
19-
continue-on-error: ${{ matrix.version == 'nightly' }}
2019
strategy:
2120
fail-fast: false
2221
matrix:
2322
version:
2423
- '1'
2524
- '1.6'
26-
- 'nightly'
25+
- 'lts'
2726
os:
2827
- ubuntu-latest
2928
arch:

0 commit comments

Comments
 (0)