Skip to content

Commit 37c6dd8

Browse files
authored
Update Build.yml
1 parent 8cbdf00 commit 37c6dd8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,19 @@ 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
21+
- 'nightly'
2022
os:
2123
- ubuntu-latest
2224
arch:
2325
- x64
2426
include:
25-
- os: ubuntu-latest
26-
version: 'nightly'
27-
experimental: true
28-
arch: x64
2927
# test macOS and Windows with latest Julia only
3028
- os: macOS-latest
3129
arch: x64

0 commit comments

Comments
 (0)