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 197e15f commit da1051aCopy full SHA for da1051a
.github/workflows/ci.yml
@@ -34,14 +34,13 @@ jobs:
34
strategy:
35
fail-fast: false
36
matrix:
37
- version:
38
- - '1'
39
- - '1.6'
40
- os:
41
- - ubuntu-latest
42
- - macOS-latest
43
- arch:
44
- - x64
+ version: ['1.6', '1']
+ os: [ubuntu-latest, macOS-latest]
+ arch: [x64]
+ include:
+ - version: 'nightly'
+ os: ubuntu-latest
+ arch: x64
45
steps:
46
- uses: actions/checkout@v4
47
- uses: julia-actions/setup-julia@v2
.github/workflows/docs.yml
@@ -26,7 +26,7 @@ jobs:
26
env:
27
GKSwstype: nul
28
29
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
30
- uses: julia-actions/setup-julia@latest
31
with:
32
# Build documentation on Julia LTS
.github/workflows/nightly_ci.yml
0 commit comments