Skip to content

Commit 3d39526

Browse files
committed
fix docs by changing julia version to LTS instead of 1
1 parent 71ed86f commit 3d39526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documentation.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@v1
2020
with:
21-
version: '1'
21+
version: '1.10'
2222
- name: Configure doc environment
2323
shell: julia --project=docs --color=yes {0}
2424
run: |

0 commit comments

Comments
 (0)