Skip to content

Commit 4648cc4

Browse files
authored
Update ci.yml
1 parent fb7bee4 commit 4648cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: julia-actions/setup-julia@v2
2020
with:
21-
version: 'nightly'
21+
version: '1.12'
2222
- name: Generate docs
2323
run: |
2424
julia --color=yes --project=docs -e 'using Pkg; Pkg.instantiate()'

0 commit comments

Comments
 (0)