Skip to content

Commit

Permalink
fixed CI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wildart committed Oct 28, 2021
1 parent ca803e6 commit 0fd0280
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,19 @@ jobs:
version:
- '1.2'
- '1' # automatically expands to the latest stable 1.x release of Julia
- 'nightly'
# - 'nightly'
os:
- ubuntu-latest
# - macOS-latest
# - windows-latest
arch:
- x64
allow-to-fail: false
allow-to-fail: [false]
include:
- version: 'nightly'
- allow-to-fail: true
os: ubuntu-latest
arch: x64
allow-to-fail: true
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 0fd0280

Please sign in to comment.