Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Aug 21, 2023
1 parent e6555c2 commit 811bd61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
- name: Build
run: xcodebuild -scheme BDKSwiftExampleWallet -sdk iphoneos
- name: Run tests
run: xcodebuild -scheme BDKSwiftExampleWallet test -sdk iphonesimulator -destination 'platform=iOS Simulator, name=iPhone 14'
run: xcodebuild -scheme BDKSwiftExampleWallet test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14,OS=17.0'

0 comments on commit 811bd61

Please sign in to comment.