Skip to content

Commit

Permalink
Change matrix os to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdeltwabMF committed Mar 29, 2024
1 parent ee486ab commit bf2ab5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os:
- 'ubuntu-latest'
- 'windows-latest'
go-version:
- '1.22.x'
steps:
Expand All @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
os:
- 'ubuntu-latest'
- 'windows-latest'
go-version:
- '1.22.x'
# List of GOOS and GOARCH pairs from `go tool dist list`
Expand Down

0 comments on commit bf2ab5e

Please sign in to comment.