Skip to content

Commit 9033968

Browse files
committed
build: only need to release on ubuntu
1 parent c4c2487 commit 9033968

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ permissions:
1111

1212
jobs:
1313
goreleaser:
14-
runs-on: ${{ matrix.os }}
15-
strategy:
16-
matrix:
17-
os: [ubuntu-latest, macos-latest, windows-latest]
14+
runs-on: ubuntu-latest
1815
steps:
1916
- uses: actions/checkout@v2
2017

0 commit comments

Comments
 (0)