Skip to content

Commit 6d0fe4a

Browse files
Copilotlalitb
andcommitted
Fix iPhone 8 simulator CI issue by updating default simulator
Co-authored-by: lalitb <1196320+lalitb@users.noreply.github.com>
1 parent ca4b233 commit 6d0fe4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tests-ios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
cd ${0%/*}
33
SKU=${1:-release}
4-
SIMULATOR=${2:-iPhone 8}
4+
SIMULATOR=${2:-iPhone 15}
55

66
set -e
77

0 commit comments

Comments
 (0)