[GitHub Actions] Use Xcode 11.2 in `pod_lib_lint.yml`

This commit is contained in:
Norio Nomura 2019-11-04 09:09:23 +09:00 committed by JP Simard
parent 70f4813078
commit 2376c227f9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
name: pod lib lint
runs-on: macOS-10.14
env:
DEVELOPER_DIR: /Applications/Xcode_11.app
DEVELOPER_DIR: /Applications/Xcode_11.2.app
steps:
- uses: actions/checkout@v1
- run: bundle install --path vendor/bundle