Skip to content

Commit 5a35bbf

Browse files
committed
Fix github workflow
1 parent 385ea8c commit 5a35bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: julia-actions/setup-julia@v1
2323
with:
24-
version: '1.9'
24+
version: '1.11'
2525
- name: Configure doc environment
2626
run: |
2727
julia --project=docs/ -e '

0 commit comments

Comments
 (0)