We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbdf00 commit 37c6dd8Copy full SHA for 37c6dd8
.github/workflows/Build.yml
@@ -11,21 +11,19 @@ jobs:
11
test:
12
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
13
runs-on: ${{ matrix.os }}
14
+ continue-on-error: ${{ matrix.version == 'nightly' }}
15
strategy:
16
fail-fast: false
17
matrix:
18
version:
19
- '1.6'
20
- '1' # automatically expands to the latest stable 1.x release of Julia
21
+ - 'nightly'
22
os:
23
- ubuntu-latest
24
arch:
25
- x64
26
include:
- - os: ubuntu-latest
- version: 'nightly'
27
- experimental: true
28
- arch: x64
29
# test macOS and Windows with latest Julia only
30
- os: macOS-latest
31
arch: x64
0 commit comments