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 1919 fail-fast : false
2020 matrix :
2121 julia-version :
22- - ' 1.12 '
22+ - ' nightly '
2323 os :
2424 - ubuntu-latest
2525 - windows-latest
@@ -29,10 +29,10 @@ jobs:
2929 include :
3030 - os : macOS-latest
3131 julia-arch : aarch64
32- julia-version : ' 1.12 '
32+ julia-version : ' nightly '
3333 - os : macOS-13
3434 julia-arch : x64
35- julia-version : ' 1.12 '
35+ julia-version : ' nightly '
3636 steps :
3737 - uses : actions/checkout@v4
3838 - uses : julia-actions/setup-julia@v2
5656 strategy :
5757 matrix :
5858 julia-version :
59- - ' 1.12 '
59+ - ' nightly '
6060 os :
6161 - ubuntu-latest
6262 julia-arch :
7878 - uses : actions/checkout@v4
7979 - uses : julia-actions/setup-julia@v2
8080 with :
81- version : ' 1.12 '
81+ version : ' nightly '
8282 - name : Generate docs
8383 run : |
8484 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