Skip to content

Commit

Permalink
Merge pull request #107 from dolmen-go/actions-more-OS
Browse files Browse the repository at this point in the history
Add Windows, MacOS to GitHub Actions build matrix
  • Loading branch information
evanphx authored Feb 22, 2022
2 parents e778307 + 06c2c3b commit 8103345
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 8103345

Please sign in to comment.