Skip to content

Commit

Permalink
Merge pull request #70 from invenia/ah/docs-use-1.6
Browse files Browse the repository at this point in the history
Use Julia 1.6 (LTS) for docs job
  • Loading branch information
rofinn authored Jan 25, 2022
2 parents 7ba0dec + 13d059b commit 88e8261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.6' # Current LTS
- run: |
julia --project=docs -e '
using Pkg
Expand Down

0 comments on commit 88e8261

Please sign in to comment.