feat(ci): Migrate macOS runners to Parallels VM

This commit is contained in:
Peter Macko
2025-05-22 17:50:20 +02:00
parent a2257490d2
commit c205f50f93
6 changed files with 16 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ def test_hello_world_linux(dut: IdfDut) -> None:
@pytest.mark.host_test
@pytest.mark.macos_shell
@pytest.mark.macos
@idf_parametrize('target', ['linux'], indirect=['target'])
def test_hello_world_macos(dut: IdfDut) -> None:
dut.expect('Hello world!')