File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,21 +27,21 @@ jobs:
2727 platform : ios-simulator
2828 swift : " 6.0"
2929 xcode : " 16.1"
30- destination : " platform=iOS Simulator,name=iPhone 15,OS=latest "
30+ destination : " platform=iOS Simulator,name=Any iOS Simulator Device "
3131
3232 # tvOS Simulator
3333 - os : macos-14
3434 platform : tvos-simulator
3535 swift : " 6.0"
3636 xcode : " 16.1"
37- destination : " platform=tvOS Simulator,name=Apple TV,OS=latest "
37+ destination : " platform=tvOS Simulator,name=Any tvOS Simulator Device "
3838
39- # visionOS Simulator (only on newer Xcode versions)
39+ # visionOS Simulator
4040 - os : macos-14
4141 platform : visionos-simulator
4242 swift : " 6.0"
4343 xcode : " 16.1"
44- destination : " platform=visionOS Simulator,name=Apple Vision Pro,OS=latest "
44+ destination : " platform=visionOS Simulator,name=Any visionOS Simulator Device "
4545
4646 runs-on : ${{ matrix.os }}
4747
You can’t perform that action at this time.
0 commit comments