From d7bcd60d01e19307bff3af1862587ad9f76a0af0 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:42:49 -0500 Subject: [PATCH] [CI] Use pre-release instead of nightly --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e83695ed..346e867f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - version: ['1.6', '1'] + version: ['lts', '1'] os: [ubuntu-latest, macos-latest, windows-latest] arch: [x64] allow_failure: [false] @@ -22,15 +22,15 @@ jobs: os: macos-latest arch: arm64 allow_failure: false - - version: 'nightly' + - version: 'pre' os: ubuntu-latest arch: x64 allow_failure: true - - version: 'nightly' + - version: 'pre' os: macos-latest arch: x64 allow_failure: true - - version: 'nightly' + - version: 'pre' os: windows-latest arch: x64 allow_failure: true @@ -56,3 +56,4 @@ jobs: - uses: codecov/codecov-action@v4 with: file: lcov.info +