File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 workflow_dispatch :
1212
1313env :
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
1818jobs :
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 :
You can’t perform that action at this time.
0 commit comments