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 5415516 commit 94b84beCopy full SHA for 94b84be
.github/workflows/ci.yml
@@ -13,12 +13,10 @@ jobs:
13
test:
14
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
15
runs-on: ${{ matrix.os }}
16
- continue-on-error: ${{ matrix.allow_failure }}
17
strategy:
18
fail-fast: false
19
matrix:
20
version:
21
- - 'nightly'
22
- '1'
23
- '1.6'
24
os:
@@ -27,13 +25,6 @@ jobs:
27
25
- windows-latest
28
26
arch:
29
- x64
30
- include:
31
- - version: 'nightly'
32
- allow_failure: true
33
- - version: '1'
34
- allow_failure: false
35
- - version: '1.6'
36
37
steps:
38
- uses: actions/checkout@v4
39
- uses: julia-actions/setup-julia@v2
0 commit comments