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 14e7d7a  Update github action matrix (#210)
14e7d7a is described below

commit 14e7d7a0836742c4c49cafbc40d9f2049a536146
Author: Aaron Ai <[email protected]>
AuthorDate: Wed Aug 31 13:49:23 2022 +0800

    Update github action matrix (#210)
---
 .github/workflows/cpp_build.yml    | 2 +-
 .github/workflows/csharp_build.yml | 2 +-
 .github/workflows/golang_build.yml | 2 +-
 .github/workflows/java_build.yml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/cpp_build.yml b/.github/workflows/cpp_build.yml
index 3fe1bb1..3d182c9 100644
--- a/.github/workflows/cpp_build.yml
+++ b/.github/workflows/cpp_build.yml
@@ -7,7 +7,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-12,  macos-11, 
windows-2019]
+        os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-10.15, macos-11, 
macos-12, windows-2019, windows-2022]
     steps:
       - uses: actions/checkout@v2
       - name: Compile On Linux
diff --git a/.github/workflows/csharp_build.yml 
b/.github/workflows/csharp_build.yml
index bdfea7d..0d69629 100644
--- a/.github/workflows/csharp_build.yml
+++ b/.github/workflows/csharp_build.yml
@@ -7,7 +7,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-18.04]
+        os: [ubuntu-20.04, macos-11, windows-2022]
     steps:
       - name: Checkout
         uses: actions/checkout@v2
diff --git a/.github/workflows/golang_build.yml 
b/.github/workflows/golang_build.yml
index 9b08f6f..a18a283 100644
--- a/.github/workflows/golang_build.yml
+++ b/.github/workflows/golang_build.yml
@@ -7,7 +7,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-18.04]
+        os: [ubuntu-20.04, macos-11, windows-2022]
         go: [1.17]
     steps:
       - name: Checkout
diff --git a/.github/workflows/java_build.yml b/.github/workflows/java_build.yml
index 3aa1274..9c384eb 100644
--- a/.github/workflows/java_build.yml
+++ b/.github/workflows/java_build.yml
@@ -7,7 +7,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-18.04, windows-2019]
+        os: [ubuntu-20.04, macos-11, windows-2022]
         jdk: [11, 17]
     steps:
       - name: Checkout

Reply via email to