We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f99627 commit 536e911Copy full SHA for 536e911
1 file changed
.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 15,OS=17.5'
+ run: xcodebuild build-for-testing -scheme BDKSwiftExampleWallet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.4'
29
- name: Run tests
30
- run: xcodebuild test-without-building -scheme BDKSwiftExampleWallet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5'
+ run: xcodebuild test-without-building -scheme BDKSwiftExampleWallet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.4'
0 commit comments