Skip to content

Commit

Permalink
Merge pull request #24 from benfdking/removing_unnecessary_builds
Browse files Browse the repository at this point in the history
Remove unneeded cross platform build test
  • Loading branch information
benfdking authored Jun 6, 2020
2 parents 4a4ade5 + 61963c4 commit 6d94886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
go-version: [1.14.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
Expand Down

0 comments on commit 6d94886

Please sign in to comment.