Skip to content

Commit

Permalink
workflows: Build binaries for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Jul 4, 2024
1 parent 1cfe71f commit a6cc535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
go-version: ["1.21.6"]
os: [ubuntu-22.04]
os: [ubuntu-22.04, windows-2022]
#os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019]
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit a6cc535

Please sign in to comment.