From e837de288a627003eee45fc15649cd441da4fe5f Mon Sep 17 00:00:00 2001 From: Satoshi Terasaki Date: Wed, 30 Oct 2024 12:03:53 +0900 Subject: [PATCH] Run CI with LTS and the latest release --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7dbfb2f..acdad21 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,8 +23,8 @@ jobs: fail-fast: false matrix: version: - - '1.10' - # - 'nightly' + - 'lts' + - '1' os: - ubuntu-latest arch: