We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7da6cf commit 552d955Copy full SHA for 552d955
.github/workflows/swift.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
xcode-version: latest-stable
38
- uses: actions/checkout@v2
39
- - run: xcodebuild -scheme SegmentConsent test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13'
+ - run: xcodebuild -scheme SegmentConsent test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15'
40
41
build_and_test_tvos:
42
needs: cancel_previous
0 commit comments