Skip to content

Commit

Permalink
Upgrade grpc to v1.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbianco committed Oct 18, 2024
1 parent c7643d8 commit 066737a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_arm64_mac_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish Wheels (Mac OSX Arm64 only)
name: Build and Publish Wheels (Mac OSX Arm64)

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_x86_mac_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish Wheels (Mac OSX x86_64 only)
name: Build and Publish Wheels (Mac OSX x86_64)

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion ci/mac/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ PROTOBUF_VERSION="3.14.0"
# brew install xz zlib bzip2

# Install grpc
git clone --recurse-submodules -b v1.64.2 https://github.com/grpc/grpc
git clone --recurse-submodules -b v1.67.0 https://github.com/grpc/grpc
pushd grpc
pushd third_party/protobuf
git checkout v${PROTOBUF_VERSION}
Expand Down

0 comments on commit 066737a

Please sign in to comment.