Skip to content

Commit f635320

Browse files
authored
Use bigger GH runner for Docker Image CI (#4674)
## Motivation We're timing out right now, and we won't want to wait for longer ## Proposal Use a bigger GH runner for now, but we'll eventually move these out of GH runners ## Test Plan CI ## Release Plan - These changes should be backported to the latest `testnet` branch, then - be released in a new SDK, - be released in a validator hotfix.
1 parent eb4fc09 commit f635320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_image.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-and-push:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-latest-16-cores
1414
timeout-minutes: 40
1515

1616
steps:

0 commit comments

Comments
 (0)