Skip to content

Commit d402e75

Browse files
MasterPtatojog1t
authored andcommitted
fix: increase release ci runner size
1 parent 51b7712 commit d402e75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@ jobs:
7979
matrix:
8080
include:
8181
- platform: linux
82-
runner: depot-ubuntu-24.04
82+
runner: depot-ubuntu-24.04-4
8383
target: x86_64-unknown-linux-musl
8484
binary_ext: ""
8585
arch: x86_64
8686
- platform: windows
87-
runner: depot-ubuntu-24.04
87+
runner: depot-ubuntu-24.04-4
8888
target: x86_64-pc-windows-gnu
8989
binary_ext: ".exe"
9090
arch: x86_64
9191
- platform: macos
92-
runner: depot-ubuntu-24.04
92+
runner: depot-ubuntu-24.04-4
9393
target: x86_64-apple-darwin
9494
binary_ext: ""
9595
arch: x86_64
9696
- platform: macos
97-
runner: depot-ubuntu-24.04
97+
runner: depot-ubuntu-24.04-4
9898
target: aarch64-apple-darwin
9999
binary_ext: ""
100100
arch: aarch64
@@ -155,10 +155,10 @@ jobs:
155155
include:
156156
# TODO(RVT-4479): Add back ARM builder once manifest generation fixed
157157
# - platform: linux/arm64
158-
# runner: depot-ubuntu-24.04
158+
# runner: depot-ubuntu-24.04-4
159159
# arch_suffix: -arm64
160160
- platform: linux/x86_64
161-
runner: depot-ubuntu-24.04
161+
runner: depot-ubuntu-24.04-4
162162
# TODO: Replace with appropriate arch_suffix when needed
163163
# arch_suffix: -amd64
164164
arch_suffix: ''

0 commit comments

Comments
 (0)