From fe583eea7ad7ff20b0ee84946d926dc1253c4b58 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Tue, 10 Dec 2024 04:30:28 +0000 Subject: [PATCH] Add release-6.1 scheme and drop 5.10 from release pipeline --- .github/workflows/nightly-distribution.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-distribution.yml b/.github/workflows/nightly-distribution.yml index 8c8d00c6bfa04..97f6465588fa1 100644 --- a/.github/workflows/nightly-distribution.yml +++ b/.github/workflows/nightly-distribution.yml @@ -9,8 +9,8 @@ jobs: matrix: include: - scheme: "main" - - scheme: "release-5.10" - scheme: "release-6.0" + - scheme: "release-6.1" fail-fast: false uses: ./.github/workflows/distribute-toolchain.yml secrets: inherit