Skip to content

Commit 3837cd6

Browse files
committed
ci: increase runner size
1 parent 86eed2d commit 3837cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/crosscompile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Mainline crosscompile matrix (M x N: targets x platforms)
1818
crosscompile:
1919
name: Build ${{ matrix.target }} (${{ matrix.platform.os }} ${{ matrix.platform.arch }})
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-latest-8-cores
2121
strategy:
2222
fail-fast: false
2323
matrix:
@@ -61,7 +61,7 @@ jobs:
6161
# Boringcrypto variants
6262
crosscompile-boringcrypto:
6363
name: Build ${{ matrix.target }} (${{ matrix.os }} ${{ matrix.arch }})
64-
runs-on: ubuntu-latest
64+
runs-on: ubuntu-latest-8-cores
6565
strategy:
6666
fail-fast: false
6767
matrix:

0 commit comments

Comments
 (0)