From 6cc15c005d567ca4c46bea216244588b2659c916 Mon Sep 17 00:00:00 2001 From: TT Date: Tue, 22 Oct 2024 07:38:42 +0200 Subject: [PATCH] update cross checks --- .github/workflows/CrossChecks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CrossChecks.yml b/.github/workflows/CrossChecks.yml index a2c436eb..2de32472 100644 --- a/.github/workflows/CrossChecks.yml +++ b/.github/workflows/CrossChecks.yml @@ -15,7 +15,7 @@ jobs: # Don't cancel in-progress jobs if any matrix job fails fail-fast: false matrix: - julia-version: ['1.6', '1'] # "1" automatically expands to the latest stable 1.x release of Julia + julia-version: ['lts', '1'] # "1" automatically expands to the latest stable 1.x release of Julia julia-arch: [x64] os: [ubuntu-latest, windows-latest] experimental: [false]