Skip to content

Commit

Permalink
Fix iOS simulator device to use the one that's available (#1592)
Browse files Browse the repository at this point in the history
* Fix iOS simulator device to use the one that's preinstalled on the runners.
  • Loading branch information
jonsimantov authored May 14, 2024
1 parent 97fca24 commit 62eac55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/gha/print_matrix_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@
{"type": "ftl", "device": "model=iphone8,version=16.6"},
{"type": "ftl", "device": "model=ipad10,version=16.6"},
],
"simulator_min": [ {"type": "virtual", "name":"iPhone SE (3rd generation)", "version":"17.0.1"} ],
"simulator_target": [ {"type": "virtual", "name":"iPhone 15", "version":"17.2"} ],
"simulator_latest": [ {"type": "virtual", "name":"iPad Pro (12.9-inch) (6th generation)", "version":"17.4"} ],
"simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.0.1"} ],
"simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ],
"simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Plus", "version":"17.4"} ],
"tvos_simulator": [ {"type": "virtual", "name":"Apple TV", "version":"16.1"} ],
}

Expand Down

0 comments on commit 62eac55

Please sign in to comment.