File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 # 0.0.94 fixed feature-gated `sources` under `mcpp test` (mcpp#218); 0.0.91
4848 # added standard = "c++fly" to the resolver grammar, so c++fly descriptors
4949 # get the lint WARN below, not a hard grammar-parse rejection.
50- MCPP_VERSION : " 0.0.102 "
50+ MCPP_VERSION : " 0.0.106 "
5151
5252jobs :
5353 lint :
@@ -207,21 +207,21 @@ jobs:
207207 ext : tar.gz
208208 mcpp : bin/mcpp
209209 xlings : registry/bin/xlings
210- mcpp_version : " 0.0.102 " # keep in sync with env.MCPP_VERSION
210+ mcpp_version : " 0.0.106 " # keep in sync with env.MCPP_VERSION
211211 - platform : macos
212212 os : macos-15
213213 suffix : macosx-arm64
214214 ext : tar.gz
215215 mcpp : bin/mcpp
216216 xlings : registry/bin/xlings
217- mcpp_version : " 0.0.102 " # keep in sync with env.MCPP_VERSION
217+ mcpp_version : " 0.0.106 " # keep in sync with env.MCPP_VERSION
218218 - platform : windows
219219 os : windows-latest
220220 suffix : windows-x86_64
221221 ext : zip
222222 mcpp : bin/mcpp.exe
223223 xlings : registry/bin/xlings.exe
224- mcpp_version : " 0.0.102 " # keep in sync with env.MCPP_VERSION
224+ mcpp_version : " 0.0.106 " # keep in sync with env.MCPP_VERSION
225225 env :
226226 MCPP_EFFECTIVE : ${{ matrix.mcpp_version }}
227227 steps :
You can’t perform that action at this time.
0 commit comments