Skip to content

Commit 67610d9

Browse files
committed
ci: Fix Windows test name
The Windows test runs on `zephyr-runner-v2-windows-x64-2xlarge`, which is Windows Server 2022, not 2019. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 03d593b commit 67610d9

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
@@ -371,7 +371,7 @@ jobs:
371371
372372
if [ "${build_host_windows_x86_64}" == "y" ]; then
373373
MATRIX_TESTENVS+='{
374-
"name": "windows-2019-x86_64",
374+
"name": "windows-2022-x86_64",
375375
"runner": "zephyr-runner-v2-windows-x64-2xlarge",
376376
"container": "",
377377
"bundle-host": "windows-x86_64",

0 commit comments

Comments
 (0)