diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 633e061..916f32c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] go-version: [1.12.x, 1.13.x] steps: diff --git a/.goreleaser.yml b/.goreleaser.yml index 9a693fd..c31f7ab 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,7 +7,6 @@ builds: - CGO_ENABLED=0 goos: - linux - - darwin goarch: - 386 - amd64 @@ -15,7 +14,6 @@ builds: - arm64 archives: - replacements: - darwin: Darwin linux: Linux 386: i386 amd64: x86_64