Skip to content

Commit 7a78780

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents 4a4f071 + 37c6dd8 commit 7a78780

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ jobs:
1111
test:
1212
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1313
runs-on: ${{ matrix.os }}
14+
continue-on-error: ${{ matrix.version == 'nightly' }}
1415
strategy:
1516
fail-fast: false
1617
matrix:
1718
version:
1819
- '1.6'
1920
- '1' # automatically expands to the latest stable 1.x release of Julia
20-
- nightly
21+
- 'nightly'
2122
os:
2223
- ubuntu-latest
2324
arch:

0 commit comments

Comments
 (0)