Skip to content

Commit

Permalink
workflows: removed windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sontags committed Jan 4, 2020
1 parent 4176fd1 commit ebd04bc
Showing 1 changed file with 1 addition and 1 deletion.
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, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
go-version: [1.12.x, 1.13.x]
steps:

Expand Down

0 comments on commit ebd04bc

Please sign in to comment.