Skip to content

Commit

Permalink
doctests: use julia lts (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz authored Oct 23, 2024
1 parent ea16ee6 commit 0d2d442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: julia-actions/setup-julia@v2
with:
version: '1'
version: 'lts'
show-versioninfo: true # print versioninfo in the action log
- uses: actions/checkout@v4
- uses: julia-actions/julia-buildpkg@latest
Expand Down

0 comments on commit 0d2d442

Please sign in to comment.