Skip to content

Commit

Permalink
Add Windows, MacOS to GitHub Actions build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Feb 21, 2022
1 parent e778307 commit 06c2c3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:

jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x]
runs-on: ubuntu-latest
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 06c2c3b

Please sign in to comment.