This is an automated email from the ASF dual-hosted git repository.
lollipop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new cb7d16d7 Switch back to VS2019 for cpp's build (#567)
cb7d16d7 is described below
commit cb7d16d752b8965a6a65612299087135dd3a26be
Author: Aaron Ai <[email protected]>
AuthorDate: Thu Jul 13 19:07:35 2023 +0800
Switch back to VS2019 for cpp's build (#567)
---
.github/workflows/cpp_build.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/cpp_build.yml b/.github/workflows/cpp_build.yml
index 96f89516..4f76e22d 100644
--- a/.github/workflows/cpp_build.yml
+++ b/.github/workflows/cpp_build.yml
@@ -7,7 +7,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019,
windows-2022]
+ # switch back to VS 2019 when
https://github.com/bazelbuild/bazel/issues/18592 issue is solved
+ # os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019,
windows-2022]
+ os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019]
steps:
- uses: actions/checkout@v2
- name: Compile On Linux