File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11jobs :
22 build_and_test :
33 macos :
4- xcode : 15.0 .0
4+ xcode : 15.4 .0
55 steps :
66 - checkout
77 - run :
88 name : Checkout submodules
99 command : git submodule update --init --recursive --depth 1
1010 - run :
1111 name : Build Loop
12- command : set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 14 ,OS=16.4 ' build | xcpretty
12+ command : set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 15 ,OS=17.5 ' build | xcpretty
1313 - run :
1414 name : Run Tests
15- command : set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 14 ,OS=16.4 ' test | xcpretty
15+ command : set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 15 ,OS=17.5 ' test | xcpretty
1616workflows :
1717 version : 2
1818 build_and_test :
You can’t perform that action at this time.
0 commit comments