Skip to content

Commit 2f5b3a0

Browse files
committed
lock in new destination and SDK with macOS 14 runner
1 parent 4040e7a commit 2f5b3a0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/iostest.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,13 @@ jobs:
4949
- name: xcodebuild -list
5050
run: xcodebuild -list
5151

52-
- name: Show available destinations
53-
run: xcodebuild -scheme SwiftUI-Notes -showsdks
5452
- name: Show available destinations
5553
run: xcodebuild -scheme SwiftUI-Notes -showdestinations
5654

57-
- name: Run the Combine test suite (macOS)
58-
run: |
59-
xcodebuild -scheme SwiftUI-Notes test
60-
6155
- name: Run the Combine test suite (iOS)
6256
run: |
6357
xcodebuild -scheme SwiftUI-Notes \
6458
-configuration Debug \
6559
-sdk iphonesimulator17.0 \
66-
-destination 'platform=iOS Simulator,OS=16.4,name=iPhone 8' \
60+
-destination 'platform=iOS Simulator,OS=17.5,name=iPhone 14' \
6761
test -showBuildTimingSummary

0 commit comments

Comments
 (0)