You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/06/22 11:50:44 UTC

[rocketmq-clients] branch master updated: CPP: remove CI for MacOS

This is an automated email from the ASF dual-hosted git repository.

aaronai 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 1868c1f  CPP: remove CI for MacOS
1868c1f is described below

commit 1868c1f3ee6c8e45dd7c5c69c801d80b440d27a3
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Wed Jun 22 19:50:22 2022 +0800

    CPP: remove CI for MacOS
---
 .github/workflows/cpp_build.yml | 45 -----------------------------------------
 1 file changed, 45 deletions(-)

diff --git a/.github/workflows/cpp_build.yml b/.github/workflows/cpp_build.yml
index 86e1a94..149f591 100644
--- a/.github/workflows/cpp_build.yml
+++ b/.github/workflows/cpp_build.yml
@@ -17,48 +17,3 @@ jobs:
       - name: Compile All Targets
         working-directory: ./cpp
         run: bazel build //...
-  cpp_mac_os_10_15:
-    name: MacOS 10.15
-    runs-on: macos-10.15
-    steps:
-      - uses: actions/checkout@v2
-      - name: Setup Bazel
-        run: |
-          brew install bazelisk
-      - name: Use Bazel
-        if: matrix.os != 'windows'
-        working-directory: ./cpp
-        run: bazel -h
-      - name: Compile All Targets
-        working-directory: ./cpp
-        run: bazel build //...
-  cpp_mac_os_11:
-    name: MacOS 11
-    runs-on: macos-11
-    steps:
-      - uses: actions/checkout@v2
-      - name: Setup Bazel
-        run: |
-          brew install bazelisk
-      - name: Use Bazel
-        if: matrix.os != 'windows'
-        working-directory: ./cpp
-        run: bazel -h
-      - name: Compile All Targets
-        working-directory: ./cpp
-        run: bazel build //...
-  cpp_mac_os_12:
-    name: MacOS 12
-    runs-on: macos-12
-    steps:
-      - uses: actions/checkout@v2
-      - name: Setup Bazel
-        run: |
-          brew install bazelisk
-      - name: Use Bazel
-        if: matrix.os != 'windows'
-        working-directory: ./cpp
-        run: bazel -h
-      - name: Compile All Targets
-        working-directory: ./cpp
-        run: bazel build //...