Skip to content

Commit

Permalink
fix cpp client test
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhimins committed Jan 21, 2025
1 parent 58241fc commit d63fb52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Disable VS 2022 before https://github.com/bazelbuild/bazel/issues/18592 issue is solved
# Remove macos-11 since there is no such runner available
# os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022]
os: [ubuntu-20.04, ubuntu-22.04, macos-12, windows-2019]
os: [ubuntu-20.04, ubuntu-22.04, macos-14, windows-2019]
steps:
- uses: actions/checkout@v2
- name: Compile On Linux
Expand Down
1 change: 1 addition & 0 deletions cpp/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ build:macos --strip=never
build:macos --copt -g
# Workaround, see https://github.com/grpc/grpc/issues/19645
build:macos --copt -DGRPC_BAZEL_BUILD
build:macos --copt -Wno-deprecated-builtins,-Wno-error=deprecated-builtins

# Enable position independent code (this is the default on macOS and Windows)
# (Workaround for https://github.com/bazelbuild/rules_foreign_cc/issues/421)
Expand Down

0 comments on commit d63fb52

Please sign in to comment.