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 02b9af3 commit f20a658Copy full SHA for f20a658
.github/workflows/ci.yml
@@ -14,25 +14,19 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
+ version:
18
+ - 'nightly'
19
+ - '1'
20
+ - '1.3'
21
+ os:
22
+ - ubuntu-latest
23
+ arch:
24
+ - x64
25
+ - x86
26
include:
- - version: 'nightly'
- os: ubuntu-latest
- arch:
- - x64
- - x86
- - version: '1'
27
28
- - version: '1.3'
29
30
31
32
33
34
- os: windows-latest
+ - os: windows-latest
35
arch: x64
+ version: '1'
36
steps:
37
- uses: actions/checkout@v2
38
- uses: julia-actions/setup-julia@v1
0 commit comments