Skip to content

Commit 7f200fd

Browse files
authored
ci: use larger Depot Linux runners (#1023)
Default runners have 2 CPUs. We can achieve a nice speed-up (but not quite linear) by leveraging runners with more CPUs.
1 parent 54b5f72 commit 7f200fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci-runners.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Describes the runners that the CI system can use
22

3-
depot-ubuntu-22.04:
3+
depot-ubuntu-22.04-4:
44
arch: x86_64
55
platform: linux
66
free: false
77

8-
depot-ubuntu-22.04-arm:
8+
depot-ubuntu-22.04-arm-4:
99
arch: aarch64
1010
platform: linux
1111
free: false

0 commit comments

Comments
 (0)