Skip to content

Commit

Permalink
fix docs by changing julia version to LTS instead of 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Oct 8, 2024
1 parent 71ed86f commit 3d39526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.10'
- name: Configure doc environment
shell: julia --project=docs --color=yes {0}
run: |
Expand Down

0 comments on commit 3d39526

Please sign in to comment.