Skip to content

Commit 163f187

Browse files
committed
ci: bump mcpp 0.0.79 -> 0.0.81 (typed import mcpp; for build-mcpp member)
1 parent 4bdde31 commit 163f187

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/validate.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
env:
1414
# 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.79"
16+
MCPP_VERSION: "0.0.81"
1717

1818
jobs:
1919
lint:
@@ -111,20 +111,20 @@ jobs:
111111
include:
112112
- platform: linux
113113
os: ubuntu-latest
114-
archive: mcpp-0.0.79-linux-x86_64.tar.gz
115-
root: mcpp-0.0.79-linux-x86_64
114+
archive: mcpp-0.0.81-linux-x86_64.tar.gz
115+
root: mcpp-0.0.81-linux-x86_64
116116
mcpp: bin/mcpp
117117
xlings: registry/bin/xlings
118118
- platform: macos
119119
os: macos-15
120-
archive: mcpp-0.0.79-macosx-arm64.tar.gz
121-
root: mcpp-0.0.79-macosx-arm64
120+
archive: mcpp-0.0.81-macosx-arm64.tar.gz
121+
root: mcpp-0.0.81-macosx-arm64
122122
mcpp: bin/mcpp
123123
xlings: registry/bin/xlings
124124
- platform: windows
125125
os: windows-latest
126-
archive: mcpp-0.0.79-windows-x86_64.zip
127-
root: mcpp-0.0.79-windows-x86_64
126+
archive: mcpp-0.0.81-windows-x86_64.zip
127+
root: mcpp-0.0.81-windows-x86_64
128128
mcpp: bin/mcpp.exe
129129
xlings: registry/bin/xlings.exe
130130
steps:

0 commit comments

Comments
 (0)