We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4040e7a commit 2f5b3a0Copy full SHA for 2f5b3a0
.github/workflows/iostest.yml
@@ -49,19 +49,13 @@ jobs:
49
- name: xcodebuild -list
50
run: xcodebuild -list
51
52
- - name: Show available destinations
53
- run: xcodebuild -scheme SwiftUI-Notes -showsdks
54
- name: Show available destinations
55
run: xcodebuild -scheme SwiftUI-Notes -showdestinations
56
57
- - name: Run the Combine test suite (macOS)
58
- run: |
59
- xcodebuild -scheme SwiftUI-Notes test
60
-
61
- name: Run the Combine test suite (iOS)
62
run: |
63
xcodebuild -scheme SwiftUI-Notes \
64
-configuration Debug \
65
-sdk iphonesimulator17.0 \
66
- -destination 'platform=iOS Simulator,OS=16.4,name=iPhone 8' \
+ -destination 'platform=iOS Simulator,OS=17.5,name=iPhone 14' \
67
test -showBuildTimingSummary
0 commit comments