Skip to content

Commit accf94c

Browse files
committed
ci: pin the build tool this package was released against
The pin was several releases behind, so what CI validated was not what the ecosystem resolves. 2026.8.24.6 is the version this package's current contents were released alongside — openkal 0.7.0 and the implementations that follow it. A version verified to build this package, not a measured minimum: the pin exists for reproducibility rather than because an older mcpp is known to fail.
1 parent 5d28ede commit accf94c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
timeout-minutes: 40
1414
env:
15-
MCPP_VERSION: 2026.8.20.2
15+
MCPP_VERSION: 2026.8.24.6
1616
XLINGS_VERSION: v2026.8.17.2
1717
XLINGS_NON_INTERACTIVE: '1'
1818
# The branch of the specification this backend is verified against. It
@@ -181,7 +181,7 @@ jobs:
181181
run:
182182
shell: bash
183183
env:
184-
MCPP_VERSION: 2026.8.20.2
184+
MCPP_VERSION: 2026.8.24.6
185185
XLINGS_VERSION: v2026.8.17.2
186186
XLINGS_NON_INTERACTIVE: '1'
187187
steps:

0 commit comments

Comments
 (0)