8282 packages : " lcov"
8383
8484 - os : macos-latest
85- cxx : " clang++"
85+ cxx : " clang++-16 "
8686 link : " dynamic"
8787 optimization : " size"
8888 assert : " ndebug"
@@ -91,14 +91,14 @@ jobs:
9191 boost : " --build-boost"
9292 icu : " "
9393 secp256k1 : " --build-secp256k1"
94- cc : " clang"
94+ cc : " clang-16 "
9595 flags : " -Os -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
9696 options : " --enable-isystem"
9797 packager : " brew"
98- packages : " icu4c"
98+ packages : " llvm@16 icu4c"
9999
100100 - os : macos-latest
101- cxx : " clang++"
101+ cxx : " clang++-16 "
102102 link : " static"
103103 optimization : " size"
104104 assert : " ndebug"
@@ -107,11 +107,11 @@ jobs:
107107 boost : " --build-boost"
108108 icu : " "
109109 secp256k1 : " --build-secp256k1"
110- cc : " clang"
110+ cc : " clang-16 "
111111 flags : " -Os -fvisibility=hidden -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
112112 options : " --enable-isystem"
113113 packager : " brew"
114- packages : " icu4c"
114+ packages : " llvm@16 icu4c"
115115
116116
117117 runs-on : ${{ matrix.os }}
@@ -212,8 +212,8 @@ jobs:
212212 if : ${{ matrix.coverage == 'cov' }}
213213 run : |
214214 lcov --directory . --capture --output-file coverage.info
215- lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
216- lcov --list coverage.info
215+ lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
216+ lcov --list --ignore-errors version coverage.info
217217
218218 - name : Coveralls.io Upload
219219 if : ${{ matrix.coverage == 'cov' }}
@@ -344,7 +344,7 @@ jobs:
344344 packages : " "
345345
346346 - os : macos-latest
347- cxx : " clang++"
347+ cxx : " clang++-16 "
348348 link : " dynamic"
349349 optimization : " size"
350350 assert : " ndebug"
@@ -353,14 +353,14 @@ jobs:
353353 boost : " --build-boost"
354354 icu : " "
355355 secp256k1 : " --build-secp256k1"
356- cc : " clang"
356+ cc : " clang-16 "
357357 flags : " -Os -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
358358 options : " "
359359 packager : " brew"
360- packages : " icu4c"
360+ packages : " llvm@16 icu4c"
361361
362362 - os : macos-latest
363- cxx : " clang++"
363+ cxx : " clang++-16 "
364364 link : " static"
365365 optimization : " size"
366366 assert : " ndebug"
@@ -369,11 +369,11 @@ jobs:
369369 boost : " --build-boost"
370370 icu : " "
371371 secp256k1 : " --build-secp256k1"
372- cc : " clang"
372+ cc : " clang-16 "
373373 flags : " -Os -fvisibility=hidden -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
374374 options : " "
375375 packager : " brew"
376- packages : " icu4c"
376+ packages : " llvm@16 icu4c"
377377
378378
379379 runs-on : ${{ matrix.os }}
@@ -477,8 +477,8 @@ jobs:
477477 if : ${{ matrix.coverage == 'cov' }}
478478 run : |
479479 lcov --directory . --capture --output-file coverage.info
480- lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
481- lcov --list coverage.info
480+ lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
481+ lcov --list --ignore-errors version coverage.info
482482
483483 - name : Coveralls.io Upload
484484 if : ${{ matrix.coverage == 'cov' }}
@@ -708,8 +708,8 @@ jobs:
708708 if : ${{ matrix.coverage == 'cov' }}
709709 run : |
710710 lcov --directory . --capture --output-file coverage.info
711- lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
712- lcov --list coverage.info
711+ lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
712+ lcov --list --ignore-errors version coverage.info
713713
714714 - name : Coveralls.io Upload
715715 if : ${{ matrix.coverage == 'cov' }}
0 commit comments