Skip to content

Commit

Permalink
CI: -j4 with lin/win runners
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Dec 23, 2024
1 parent 941ecef commit 5dcc47d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: build
run: |
${{env.CCACHE_SETTINGS}}
make release-static-win64 -j2
make release-static-win64 -j4
build-debian:
name: 'build-debian (debian-10)'
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
run: |
${{env.CCACHE_SETTINGS}}
cmake .
make wallet_api -j3
make wallet_api -j4
test-ubuntu:
needs: build-ubuntu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: build
run: |
${{env.CCACHE_SETTINGS}}
make depends target=${{ matrix.toolchain.host }} -j2
make depends target=${{ matrix.toolchain.host }} -j4
- uses: actions/upload-artifact@v4
if: ${{ matrix.toolchain.host == 'x86_64-w64-mingw32' || matrix.toolchain.host == 'x86_64-apple-darwin' || matrix.toolchain.host == 'aarch64-apple-darwin' || matrix.toolchain.host == 'x86_64-unknown-linux-gnu' }}
with:
Expand Down

0 comments on commit 5dcc47d

Please sign in to comment.