Skip to content

Commit

Permalink
chore: modify build config
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Jun 14, 2023
1 parent 06d59c6 commit f28644c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
xcodebuild -workspace samples/SwiftDemoApp/SwiftDemoApp.xcworkspace \
-scheme SwiftDemoApp -configuration Debug \
-destination "platform=iOS Simulator,OS=14.2,name=iPhone 8" build | xcpretty
-destination "platform=iOS Simulator,OS=16.2,name=iPhone 8" build | xcpretty
build_objc_sample:
runs-on: macos-latest
Expand All @@ -82,10 +82,13 @@ jobs:
run: |
xcodebuild -workspace samples/ObjCDemoApp/ObjCDemoApp.xcworkspace \
-scheme ObjCDemoApp -configuration Debug \
-destination "platform=iOS Simulator,OS=14.2,name=iPhone 8" build | xcpretty
-destination "platform=iOS Simulator,OS=16.2,name=iPhone 8" build | xcpretty
test: # used as required status check
runs-on: ubuntu-latest
continue-on-error: false
strategy:
fail-fast: true
needs:
- build_dev_app
- build_swift_sample
Expand Down

0 comments on commit f28644c

Please sign in to comment.