Skip to content

Commit 2cf84e2

Browse files
authored
Update ci.yml
1 parent 2a1f69b commit 2cf84e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.6-nightly'
13+
- '1.6'
1414
os:
1515
- ubuntu-latest
1616
- macOS-latest
@@ -41,4 +41,4 @@ jobs:
4141
${{ runner.os }}-
4242
- uses: julia-actions/julia-buildpkg@latest
4343
- uses: julia-actions/julia-runtest@latest
44-
continue-on-error: ${{ matrix.version == 'nightly' }}
44+
continue-on-error: ${{ matrix.version == 'nightly' }}

0 commit comments

Comments
 (0)