Skip to content

Commit

Permalink
Merge pull request #83 from Luzilla/chore-reduce-runs-on
Browse files Browse the repository at this point in the history
Chore: reduce builds
  • Loading branch information
till authored Apr 8, 2021
2 parents 06d5ed6 + 8882828 commit c0b2b3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit c0b2b3b

Please sign in to comment.