Skip to content

Commit

Permalink
workflows: removed mac
Browse files Browse the repository at this point in the history
  • Loading branch information
sontags committed Jan 4, 2020
1 parent ebd04bc commit 298670f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- 386
- amd64
- arm
- arm64
archives:
- replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
Expand Down

0 comments on commit 298670f

Please sign in to comment.