Skip to content

Commit 45f5135

Browse files
authored
Change cling to clingInterpreter target macos ci (#485)
1 parent aee1e50 commit 45f5135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/MacOS-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
-G Ninja \
186186
../llvm
187187
ninja clang -j ${{ env.ncpus }}
188-
ninja cling -j ${{ env.ncpus }}
188+
ninja clingInterpreter -j ${{ env.ncpus }}
189189
# Now build gtest.a and gtest_main for CppInterOp to run its tests.
190190
ninja gtest_main -j ${{ env.ncpus }}
191191
else

.github/workflows/MacOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
-G Ninja \
171171
../llvm
172172
ninja clang -j ${{ env.ncpus }}
173-
ninja cling -j ${{ env.ncpus }}
173+
ninja clingInterpreter -j ${{ env.ncpus }}
174174
# Now build gtest.a and gtest_main for CppInterOp to run its tests.
175175
ninja gtest_main -j ${{ env.ncpus }}
176176
else

0 commit comments

Comments
 (0)