Skip to content

Commit c8710a3

Browse files
authored
Fix sample test iPhone version (#825)
* Fix sample test iPhone version This got overwritten by a bad merge. * typo
1 parent 77fe983 commit c8710a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sample_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pod update opentok-react-native
5050
pod install
5151
cat Podfile.lock
52-
xcodebuild clean build -quiet -workspace ${{ matrix.project }}.xcworkspace -scheme ${{ matrix.project }} -destination 'platform=iOS Simulator,name=iPhone 11,OS=15.0' -- CODE_SIGNING_ALLOWED=NO
52+
xcodebuild clean build -quiet -workspace ${{ matrix.project }}.xcworkspace -scheme ${{ matrix.project }} -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.2' -- CODE_SIGNING_ALLOWED=NO
5353
else
5454
./gradlew -Dorg.gradle.jvmargs=-Xmx4g app:assembleRelease
5555
fi

0 commit comments

Comments
 (0)