Skip to content

Commit

Permalink
Update iOS simulator devices for testing (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maurice authored May 14, 2024
1 parent 3a8d60a commit c0e9f70
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 @@ -142,9 +142,9 @@
"model=iphone8,version=16.6",
"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": {"platform": TVOS, "type": "virtual", "name": "Apple TV", "version": "16.1"},
}

Expand Down

0 comments on commit c0e9f70

Please sign in to comment.