File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 matrix :
2121 julia-version :
22- - ' nightly '
22+ - ' ~1.13.0-0 '
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 : ' nightly '
32+ julia-version : ' ~1.13.0-0 '
3333 - os : macOS-15-intel
3434 julia-arch : x64
35- julia-version : ' nightly '
35+ julia-version : ' ~1.13.0-0 '
3636 steps :
3737 - uses : actions/checkout@v6
3838 - uses : julia-actions/setup-julia@v2
5656 strategy :
5757 matrix :
5858 julia-version :
59- - ' nightly '
59+ - ' ~1.13.0-0 '
6060 os :
6161 - ubuntu-latest
6262 julia-arch :
7878 - uses : actions/checkout@v6
7979 - uses : julia-actions/setup-julia@v2
8080 with :
81- version : ' nightly '
81+ version : ' ~1.13.0-0 '
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