diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c280db..d733fa6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: go-version: [1.13.x, 1.14.x, 1.15.x] - platform: [ubuntu-latest, macos-latest] + platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: - name: Install Go