Skip to content

Commit 03b019b

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 70a51f5 commit 03b019b

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
@@ -383,7 +383,7 @@ jobs:
383383
384384
if [ "${build_host_windows_x86_64}" == "y" ]; then
385385
MATRIX_TESTENVS+='{
386-
"name": "windows-2019-x86_64",
386+
"name": "windows-2022-x86_64",
387387
"runner": "zephyr-runner-v2-windows-x64-2xlarge",
388388
"container": "",
389389
"bundle-host": "windows-x86_64",

0 commit comments

Comments
 (0)