Skip to content

Commit

Permalink
ci: Fix Windows test name
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
stephanosio committed Oct 28, 2024
1 parent aad6cc4 commit f5bdd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
if [ "${build_host_windows_x86_64}" == "y" ]; then
MATRIX_TESTENVS+='{
"name": "windows-2019-x86_64",
"name": "windows-2022-x86_64",
"runner": "zephyr-runner-v2-windows-x64-2xlarge",
"container": "",
"bundle-host": "windows-x86_64",
Expand Down

0 comments on commit f5bdd0e

Please sign in to comment.