From 11b019db43d4cc7efd26e07fca0b6c7573e9c8c0 Mon Sep 17 00:00:00 2001 From: Azzaare Date: Fri, 11 Oct 2024 10:30:03 +0900 Subject: [PATCH] Update CI for julia LTS --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 34d0a7b..b3d27c9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,7 +3,7 @@ on: push: branches: - main - tags: ['*'] + tags: ["*"] pull_request: workflow_dispatch: concurrency: @@ -23,9 +23,9 @@ jobs: fail-fast: false matrix: version: - - '1' - # - 'lts' - - 'pre' + - "lts" # automatically expands to the latest LTS release of Julia + - "1" # automatically expands to the latest stable 1.x release of Julia + - "pre" # automatically expands to the latest pre-release of Julia os: - ubuntu-latest - macOS-latest