File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
fail-fast : false
20
20
matrix :
21
21
julia-version :
22
- - ' 1.12 '
22
+ - ' nightly '
23
23
os :
24
24
- ubuntu-latest
25
25
- windows-latest
@@ -29,10 +29,10 @@ jobs:
29
29
include :
30
30
- os : macOS-latest
31
31
julia-arch : aarch64
32
- julia-version : ' 1.12 '
32
+ julia-version : ' nightly '
33
33
- os : macOS-13
34
34
julia-arch : x64
35
- julia-version : ' 1.12 '
35
+ julia-version : ' nightly '
36
36
steps :
37
37
- uses : actions/checkout@v4
38
38
- uses : julia-actions/setup-julia@v2
56
56
strategy :
57
57
matrix :
58
58
julia-version :
59
- - ' 1.12 '
59
+ - ' nightly '
60
60
os :
61
61
- ubuntu-latest
62
62
julia-arch :
78
78
- uses : actions/checkout@v4
79
79
- uses : julia-actions/setup-julia@v2
80
80
with :
81
- version : ' 1.12 '
81
+ version : ' nightly '
82
82
- name : Generate docs
83
83
run : |
84
84
julia --project --color=yes -e 'using Pkg; Pkg.activate("docs"); Pkg.develop(PackageSpec(path = pwd()))'
You can’t perform that action at this time.
0 commit comments