[GitHub Actions] Use Xcode 11.2 in `pod_lib_lint.yml`
This commit is contained in:
parent
70f4813078
commit
2376c227f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue