Skip to content

Commit

Permalink
update ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Nov 14, 2020
1 parent e635a6f commit bec4cfa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
build:
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_11.1.app/Contents/Developer
PROJECT: RxApolloClient.xcodeproj
SCHEME: RxApolloClient-Package
SDK: iphonesimulator13.1
DESTINATION: platform=iOS Simulator,name=iPhone 11 Pro,OS=13.1
SDK: iphonesimulator
DESTINATION: platform=iOS Simulator,name=iPhone 11 Pro,OS=latest

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit bec4cfa

Please sign in to comment.