File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - ' main'
77 - ' release-*'
8- tags : ' *'
8+ tags : [ '*']
99concurrency :
1010 # Skip intermediate builds: all builds except for builds on the `main` or `release-*` branches
1111 # Cancel intermediate builds: only pull request builds
1919 fail-fast : false
2020 matrix :
2121 julia-version :
22- - ' nightly '
22+ - ' ~1.12.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.12.0-0 '
3333 - os : macOS-13
3434 julia-arch : x64
35- julia-version : ' nightly '
35+ julia-version : ' ~1.12.0-0 '
3636 steps :
3737 - uses : actions/checkout@v4
3838 - uses : julia-actions/setup-julia@v2
5656 strategy :
5757 matrix :
5858 julia-version :
59- - ' nightly '
59+ - ' ~1.12.0-0 '
6060 os :
6161 - ubuntu-latest
6262 julia-arch :
7878 - uses : actions/checkout@v4
7979 - uses : julia-actions/setup-julia@v2
8080 with :
81- version : ' nightly '
81+ version : ' ~1.12.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