Skip to content

Commit fe02433

Browse files
committed
ci: Use larger runner for Windows testing
This commit updates the CI workflow to use a larger 8-core runner for testing Zephyr SDK distribution bundle on Windows. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 318193c commit fe02433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
if [ "${build_host_windows_x86_64}" == "y" ]; then
303303
MATRIX_TESTENVS+='{
304304
"name": "windows-2019-x86_64",
305-
"runner": "windows-2019",
305+
"runner": "windows-2019-8c",
306306
"container": "",
307307
"bundle-host": "windows-x86_64",
308308
"bundle-archive": "zip"

0 commit comments

Comments
 (0)