From 3355c611d9ccc09fefe6407ce7c3540a04c142f7 Mon Sep 17 00:00:00 2001 From: speak-agent <248744407+speak-agent@users.noreply.github.com> Date: Sat, 12 Sep 2026 00:15:21 +0800 Subject: [PATCH] ci: workspace mcpp bootstrap pin -> 2026.9.11.4 (released, mirrored, indexed) 2026.9.11.4 is published on all four platforms, byte-identical on both xlings-res mirrors, and resolvable from the published index artifact: the pointer names xim-pkgindex b28462a7 and all three mcpp platform blocks in that artifact read latest = 2026.9.11.4. The pin moves only after that reading, because a pin ahead of the artifact fails every bootstrap in CI. --- .xlings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xlings.json b/.xlings.json index bda9ace1..8db2671b 100644 --- a/.xlings.json +++ b/.xlings.json @@ -1,5 +1,5 @@ { "workspace": { - "mcpp": "2026.9.9.1" + "mcpp": "2026.9.11.4" } }