From 209bce065cec40061b134ff40fb44b49041c85f6 Mon Sep 17 00:00:00 2001 From: samkaplan Date: Thu, 10 Oct 2024 09:00:52 -0500 Subject: [PATCH] use lts tag --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d849ee3..e2df566 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 }}