Skip to content

Commit

Permalink
Xcode 14 runner and specify OS version for UITest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais committed Oct 24, 2023
1 parent bc5e80c commit 2ddd8e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Xcode 15
run: sudo xcode-select -switch /Applications/Xcode_15.0.app
- name: Use Xcode 14.3
run: sudo xcode-select -switch /Applications/Xcode_14.3.app
- name: Run UI Tests
run: set -o pipefail && xcodebuild -workspace 'BraintreeDropIn.xcworkspace' -sdk 'iphonesimulator' -configuration 'Debug' -scheme 'UITests' -destination 'name=iPhone 15,platform=iOS Simulator' test | xcpretty
run: set -o pipefail && xcodebuild -workspace 'BraintreeDropIn.xcworkspace' -sdk 'iphonesimulator' -configuration 'Debug' -scheme 'UITests' -destination 'name=iPhone 14,OS=16.4,platform=iOS Simulator' test | xcpretty

0 comments on commit 2ddd8e6

Please sign in to comment.