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