Skip to content

Commit d89fc48

Browse files
authored
Don't change CI version for documentation
1 parent 9357491 commit d89fc48

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
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v2
5353
- uses: julia-actions/setup-julia@v1
5454
with:
55-
version: '1'
55+
version: '1.6'
5656
- run: |
5757
julia --project=docs -e '
5858
using Pkg

0 commit comments

Comments
 (0)