Skip to content

Commit

Permalink
Merge pull request #8 from ChevronETC/samtkaplan-patch-1
Browse files Browse the repository at this point in the history
use lts in ci
  • Loading branch information
samtkaplan authored Nov 6, 2024
2 parents b62208b + 09d7277 commit 35293c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.6
- lts
- 1 # automatically expands to the latest stable 1.x release of Julia
os:
- ubuntu-latest
Expand All @@ -22,7 +22,7 @@ jobs:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand All @@ -49,4 +49,4 @@ jobs:
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 35293c5

Please sign in to comment.