Skip to content

Commit 48e819a

Browse files
committed
update CI cores + images
1 parent 0035943 commit 48e819a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/nix.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
@@ -86,6 +90,6 @@ jobs:
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
"

0 commit comments

Comments
 (0)