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

@@ -63,7 +63,7 @@ SPECIAL_MARKERS = {
ENV_MARKERS = {
# special markers
'qemu': 'build and test using qemu, not real target',
'macos_shell': 'tests should be run on macos hosts',
'macos': 'tests should be run on macos hosts',
# single-dut markers
'generic': 'tests should be run on generic runners',
'flash_suspend': 'support flash suspend feature',