@@ -15,16 +15,16 @@ jobs:
15
15
- name : Checkout
16
16
uses : actions/checkout@v3
17
17
- name : Select Xcode Version
18
- run : sudo xcode-select -switch /Applications/Xcode_15.2 .app
19
- # - name: Set Default Scheme
20
- # run: |
21
- # scheme_list=$(xcodebuild -list -json | tr -d "\n")
22
- # default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['targets'][0]")
23
- # echo $default | cat >default
24
- # echo Using default scheme: $default
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.2 '
29
- # - name: Run tests
30
- # run: xcodebuild test-without-building -scheme BDKSwiftExampleWallet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2 '
18
+ run : sudo xcode-select -switch /Applications/Xcode_15.4 .app
19
+ - name : Set Default Scheme
20
+ run : |
21
+ scheme_list=$(xcodebuild -list -json | tr -d "\n")
22
+ default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['targets'][0]")
23
+ echo $default | cat >default
24
+ echo Using default scheme: $default
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 '
29
+ - name : Run tests
30
+ run : xcodebuild test-without-building -scheme BDKSwiftExampleWallet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5 '
0 commit comments