Skip to content

Commit

Permalink
chore: build on all platforms in CI (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Nov 4, 2023
1 parent 81fecf0 commit 71aa283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
tags:
- 'v*'
- "v*"
pull_request:

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
go: ["1.19", "1.20"]
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/setup-go@v4
Expand Down

0 comments on commit 71aa283

Please sign in to comment.