downgrade grpc for macOS

This commit is contained in:
Guobang Bi 2020-02-02 21:54:36 +08:00
parent 0424e94e90
commit 76df4a8a39
No known key found for this signature in database
GPG Key ID: D850BE43BE29325B

View File

@ -39,7 +39,7 @@ jobs:
- name: macOS - Install Packages
if: matrix.platform == 'macos-latest' && matrix.backend == 'gRPC'
run: |
brew install grpc@1.25.0
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/35d7f485905273db8a440a9c8e7f0c2f0c8533f5/Formula/grpc.rb
# --------------------------------------------------------
- name: Unix - Extracting gRPC and protobuf libs and headers
if: matrix.backend == 'gRPC'