Skip to content

Commit

Permalink
remove some OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
jxsl13 committed Jan 15, 2024
1 parent ffc40cb commit 6dec855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
contents: write
strategy:
matrix:
GOOS: ['linux', 'darwin', 'windows', 'netbsd', 'freebsd', 'openbsd']
GOOS: ['linux', 'darwin', 'windows']
GOARCH: ['amd64', 'arm64']
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 6dec855

Please sign in to comment.