Skip to content

Commit

Permalink
lock in new destination and SDK with macOS 14 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed May 20, 2024
1 parent 4040e7a commit 2f5b3a0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/iostest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,13 @@ jobs:
- name: xcodebuild -list
run: xcodebuild -list

- name: Show available destinations
run: xcodebuild -scheme SwiftUI-Notes -showsdks
- name: Show available destinations
run: xcodebuild -scheme SwiftUI-Notes -showdestinations

- name: Run the Combine test suite (macOS)
run: |
xcodebuild -scheme SwiftUI-Notes test
- name: Run the Combine test suite (iOS)
run: |
xcodebuild -scheme SwiftUI-Notes \
-configuration Debug \
-sdk iphonesimulator17.0 \
-destination 'platform=iOS Simulator,OS=16.4,name=iPhone 8' \
-destination 'platform=iOS Simulator,OS=17.5,name=iPhone 14' \
test -showBuildTimingSummary

0 comments on commit 2f5b3a0

Please sign in to comment.