Skip to content

Commit 7d664e9

Browse files
committed
Try adjust runners
1 parent d81e4c5 commit 7d664e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
check:
6464
name: Cargo check
65-
runs-on: parity-default
65+
runs-on: parity-large
6666
needs: [set-image, check-fmt]
6767
container:
6868
image: ${{ needs.set-image.outputs.CI_IMAGE }}
@@ -107,7 +107,7 @@ jobs:
107107
108108
test:
109109
name: Test
110-
runs-on: parity-default
110+
runs-on: parity-large-test
111111
timeout-minutes: 60
112112
needs: [set-image, check]
113113
container:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
build-runtimes:
13-
runs-on: ubuntu-latest
13+
runs-on: parity-large
1414
strategy:
1515
matrix:
1616
include:

0 commit comments

Comments
 (0)