From f47c1ef0d3e5bab31feb51142ee4ccab7db5d316 Mon Sep 17 00:00:00 2001 From: s0s01qp Date: Wed, 21 Jul 2021 13:50:44 +0530 Subject: [PATCH] updated workflow --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8fb09dc..3f58377 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x] - platform: [ubuntu-latest, macos-latest] + platform: [macos-latest] runs-on: ${{ matrix.platform }} steps: - name: Install Go @@ -40,7 +40,7 @@ jobs: finish: name: Finish - runs-on: ubuntu-latest + runs-on: macos-latest needs: [test] steps: - name: Sending coverage finished @@ -50,7 +50,7 @@ jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: macos-latest needs: [test] steps: - name: Set up Go 1.x