We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d218cb7 commit b1d7550Copy full SHA for b1d7550
.github/workflows/ios.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: List Devices
26
run: xcrun xctrace list devices 2>&1
27
- name: Build
28
- run: xcodebuild build-for-testing -scheme BDKSwiftExampleWallet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 17,OS=26.1'
+ run: xcodebuild build-for-testing -scheme BDKSwiftExampleWallet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 17'
29
- name: Run tests
30
- run: xcodebuild test-without-building -scheme BDKSwiftExampleWallet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 17,OS=26.1'
+ run: xcodebuild test-without-building -scheme BDKSwiftExampleWallet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 17'
0 commit comments