Skip to content

Commit a7d2dc3

Browse files
authored
Use Julia v1.11 to create docs (#42)
* Use Julia v1.10 to create docs * Use Julia v1.11
1 parent c882498 commit a7d2dc3

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
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: julia-actions/setup-julia@v2
2121
with:
22-
version: "1"
22+
version: "1.11"
2323
- uses: julia-actions/cache@v2
2424
- name: instantiate docs
2525
run: |

0 commit comments

Comments
 (0)