From bc0e2b521a59949085ca79134095386a0f45a20b Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Wed, 4 May 2022 14:33:31 +0900 Subject: [PATCH] .github: Update LTS mantle reference The new LTS release will use the mantle container image. Add automation to keep it up to date. --- .github/workflows/mantle-releases-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mantle-releases-main.yml b/.github/workflows/mantle-releases-main.yml index 7942f713f3..9177fe22f0 100644 --- a/.github/workflows/mantle-releases-main.yml +++ b/.github/workflows/mantle-releases-main.yml @@ -11,7 +11,7 @@ jobs: get-mantle-release: strategy: matrix: - branch: [main,alpha,beta,stable] + branch: [main,alpha,beta,stable,lts] fail-fast: false runs-on: ubuntu-latest steps: