From 151136b9ae6442237765ea49470d9219b8225a67 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Wed, 26 Aug 2026 12:21:44 +0800 Subject: [PATCH] ci: pin mcpp 2026.8.26.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The release this repository was already verified against, from its own branch before the merge — seven repositories green, each checked to have logged `under review: mcpp 2026.8.26.1`. This moves the pin to the published build so the same check runs against what a user installs. --- .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 a278855..94acb03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 40 env: - MCPP_VERSION: 2026.8.25.2 + MCPP_VERSION: 2026.8.26.1 XLINGS_VERSION: v2026.8.17.2 XLINGS_NON_INTERACTIVE: '1' # The branch of the specification this backend is verified against. It @@ -246,7 +246,7 @@ jobs: run: shell: bash env: - MCPP_VERSION: 2026.8.25.2 + MCPP_VERSION: 2026.8.26.1 XLINGS_VERSION: v2026.8.17.2 XLINGS_NON_INTERACTIVE: '1' steps: