Skip to content

Commit

Permalink
use lts tag
Browse files Browse the repository at this point in the history
  • Loading branch information
samtkaplan committed Oct 10, 2024
1 parent 224aa4a commit 209bce0
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 @@ -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 @@ -23,7 +23,7 @@ jobs:
- uses: azure/login@v1
with:
creds: '{"clientId":"${{ secrets.CLIENT_ID }}","clientSecret":"${{ secrets.CLIENT_SECRET }}","subscriptionId":"${{ secrets.SUBSCRIPTION_ID }}","tenantId":"${{ secrets.TENANT_ID }}"}'
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 209bce0

Please sign in to comment.