Skip to content

Commit

Permalink
try grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
grencez committed Jun 3, 2024
1 parent 4947236 commit 109af6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 109af6e

Please sign in to comment.