Skip to content

Commit

Permalink
Update Xcode to 11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yvbeek authored Aug 28, 2020
1 parent 8be8912 commit 6c012be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master

env:
DEVELOPER_DIR: /Applications/Xcode_11.3.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_11.6.app/Contents/Developer
WORKSPACE: Telegraph.xcworkspace

jobs:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
SCHEME: Telegraph iOS
steps:
- uses: actions/checkout@v2
- name: Build iOS
- name: Test iOS
run: |
set -o pipefail
xcodebuild test -workspace "$WORKSPACE" -scheme "$SCHEME" -destination "platform=iOS Simulator,name=iPhone 11 Pro" -configuration Release ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES | xcpretty -c;

0 comments on commit 6c012be

Please sign in to comment.