From 109af6e91c5169cf74a60f4a846f23ce50ef7b75 Mon Sep 17 00:00:00 2001 From: grencez Date: Mon, 3 Jun 2024 14:12:53 -0700 Subject: [PATCH] try grpc --- .github/workflows/test_bazel.yaml | 3 ++- MODULE.bazel | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_bazel.yaml b/.github/workflows/test_bazel.yaml index 6afaa50..19063f1 100644 --- a/.github/workflows/test_bazel.yaml +++ b/.github/workflows/test_bazel.yaml @@ -7,7 +7,8 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-latest, macos-latest, windows-latest] + #platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} diff --git a/MODULE.bazel b/MODULE.bazel index c6be571..6f3979c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -12,7 +12,7 @@ bazel_dep( repo_name = "com_google_absl") bazel_dep( name = "grpc", - version = "1.48.1.bcr.3", + version = "1.62.1.bcr.1", repo_name = "com_github_grpc_grpc") bazel_dep(