Skip to content

Commit

Permalink
Use "lts" version specifier in CI script (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Jun 28, 2024
1 parent 4f8a966 commit 52b7de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'lts'
- '1'
os:
- ubuntu-latest
Expand All @@ -48,7 +48,7 @@ jobs:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/setup-julia@v2.2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 52b7de2

Please sign in to comment.