File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ jobs:
214
214
if [ "${build_host_linux_x86_64}" == "y" ]; then
215
215
MATRIX_HOSTS+='{
216
216
"name": "linux-x86_64",
217
- "runner": "zephyr_runner ",
217
+ "runner": "zephyr-runner-linux-x64-4xlarge ",
218
218
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
219
219
"archive": "tar.gz"
220
220
},'
@@ -223,7 +223,7 @@ jobs:
223
223
if [ "${build_host_linux_aarch64}" == "y" ]; then
224
224
MATRIX_HOSTS+='{
225
225
"name": "linux-aarch64",
226
- "runner": "zephyr_runner ",
226
+ "runner": "zephyr-runner-linux-x64-4xlarge ",
227
227
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
228
228
"archive": "tar.gz"
229
229
},'
@@ -250,7 +250,7 @@ jobs:
250
250
if [ "${build_host_windows_x86_64}" == "y" ]; then
251
251
MATRIX_HOSTS+='{
252
252
"name": "windows-x86_64",
253
- "runner": "zephyr_runner ",
253
+ "runner": "zephyr-runner-linux-x64-4xlarge ",
254
254
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
255
255
"archive": "zip"
256
256
},'
Original file line number Diff line number Diff line change 25
25
release :
26
26
name : Release
27
27
needs : [ ci ]
28
- runs-on : zephyr_runner
28
+ runs-on : zephyr-runner-linux-x64-4xlarge
29
29
30
30
steps :
31
31
- name : Set up build environment
You can’t perform that action at this time.
0 commit comments