From 4c97f43c0d0c7a4379497c527b71959b536d36c3 Mon Sep 17 00:00:00 2001 From: Luis Benet Date: Thu, 24 Oct 2024 16:16:06 -0600 Subject: [PATCH] CI tests 'lts' (instead of 1.6) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc3f3b11..143ba237 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - julia-version: ['1.6', '1', 'nightly'] + julia-version: ['lts', '1', 'nightly'] julia-arch: [x64] os: [ubuntu-latest, macOS-latest, windows-latest] # # 32-bit Julia binaries are not available on macOS