Skip to content

Commit c43aea1

Browse files
committed
ci: bump mcpp 0.0.77 -> 0.0.78 for build-mcpp member
1 parent 2351d50 commit c43aea1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/validate.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
workflow_dispatch:
1212

1313
env:
14-
# Bumped to 0.0.77: carries L1 platform-conditional deps/flags + [xlings] env,
14+
# Bumped to 0.0.78: carries L3 build.mcpp native build program (build-mcpp member),
1515
# compat.openblas Windows recipe (bin/libopenblas.dll staged beside the .exe).
16-
MCPP_VERSION: "0.0.77"
16+
MCPP_VERSION: "0.0.78"
1717

1818
jobs:
1919
lint:
@@ -326,14 +326,14 @@ jobs:
326326
include:
327327
- platform: macos
328328
os: macos-15
329-
archive: mcpp-0.0.77-macosx-arm64.tar.gz
330-
root: mcpp-0.0.77-macosx-arm64
329+
archive: mcpp-0.0.78-macosx-arm64.tar.gz
330+
root: mcpp-0.0.78-macosx-arm64
331331
mcpp: bin/mcpp
332332
xlings: registry/bin/xlings
333333
- platform: windows
334334
os: windows-latest
335-
archive: mcpp-0.0.77-windows-x86_64.zip
336-
root: mcpp-0.0.77-windows-x86_64
335+
archive: mcpp-0.0.78-windows-x86_64.zip
336+
root: mcpp-0.0.78-windows-x86_64
337337
mcpp: bin/mcpp.exe
338338
xlings: registry/bin/xlings.exe
339339
steps:

0 commit comments

Comments
 (0)