From 1a4259934fd2464d1d8426e62699d8c095f5b06e Mon Sep 17 00:00:00 2001 From: Oliver Dunbar <47412152+odunbar@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:59:57 -0700 Subject: [PATCH] Update Tests.yml --- .github/workflows/Tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 430780f..3cbbb1d 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: version: - - '1.6' # Long-Term Support release + - 'lts' # Long-Term Support release - '1' # Latest 1.x release of julia os: - ubuntu-latest