File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,15 +21,19 @@ jobs:
2121 include :
2222 - system : x86_64-linux
2323 runner_label : ubuntu-latest
24+ cores : 4
2425 cmake_flags :
2526 - system : aarch64-linux
2627 runner_label : ubuntu-24.04-arm
28+ cores : 4
2729 cmake_flags :
2830 - system : x86_64-darwin
29- runner_label : macos-13
31+ runner_label : macos-15-intel
32+ cores : 4
3033 cmake_flags : -DWITH_USDT=OFF
3134 - system : aarch64-darwin
32- runner_label : macos-14
35+ runner_label : macos-latest
36+ cores : 3
3337 cmake_flags : -DWITH_USDT=OFF
3438
3539 env :
8690 export CCACHE_DIR=${{ env.CCACHE_DIR }}
8791 cd bitcoin
8892 cmake -B build -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache --preset dev-mode ${{ matrix.cmake_flags }}
89- cmake --build build -j$(nproc)
93+ cmake --build build -j${{ matrix.cores }}
9094 ccache --show-stats
9195 "
You can’t perform that action at this time.
0 commit comments