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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git

commit 3c47c692c28c3f58ea3152f244707fee6536a471
Author: Gao Hongtao <hanahm...@gmail.com>
AuthorDate: Tue Nov 3 20:20:41 2020 +0800

    Remove macos
    
    Signed-off-by: Gao Hongtao <hanahm...@gmail.com>
---
 .github/workflows/go.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 96baa92..1f64b19 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -27,8 +27,7 @@ jobs:
     strategy:
       matrix:
         go-version: [ 1.14.x, 1.15.x ]
-        os: [ ubuntu-latest, macos-latest  ]
-    runs-on: ${{ matrix.os }}
+    runs-on: ubuntu-latest
     steps:
       - name: Install Go
         uses: actions/setup-go@v2
@@ -45,4 +44,4 @@ jobs:
       - name: Build
         run: make
       - name: Build docker image
-        run: make docker-build
+        uses: docker/build-push-action@v2

Reply via email to