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 5
5
branches :
6
6
- ' main'
7
7
- ' release-*'
8
- tags : ' *'
8
+ tags : [ '*']
9
9
concurrency :
10
10
# Skip intermediate builds: all builds except for builds on the `main` or `release-*` branches
11
11
# Cancel intermediate builds: only pull request builds
19
19
fail-fast : false
20
20
matrix :
21
21
julia-version :
22
- - ' nightly '
22
+ - ' ~1.12.0-0 '
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 : ' nightly '
32
+ julia-version : ' ~1.12.0-0 '
33
33
- os : macOS-13
34
34
julia-arch : x64
35
- julia-version : ' nightly '
35
+ julia-version : ' ~1.12.0-0 '
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
- - ' nightly '
59
+ - ' ~1.12.0-0 '
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 : ' nightly '
81
+ version : ' ~1.12.0-0 '
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