We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86eed2d commit 3837cd6Copy full SHA for 3837cd6
.github/workflows/crosscompile.yml
@@ -17,7 +17,7 @@ jobs:
17
# Mainline crosscompile matrix (M x N: targets x platforms)
18
crosscompile:
19
name: Build ${{ matrix.target }} (${{ matrix.platform.os }} ${{ matrix.platform.arch }})
20
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-8-cores
21
strategy:
22
fail-fast: false
23
matrix:
@@ -61,7 +61,7 @@ jobs:
61
# Boringcrypto variants
62
crosscompile-boringcrypto:
63
name: Build ${{ matrix.target }} (${{ matrix.os }} ${{ matrix.arch }})
64
65
66
67
0 commit comments