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 }}