Skip to content

Commit 4791a7a

Browse files
committed
Fix release workflow
1 parent 5779381 commit 4791a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
Release:
10-
runs-on: windows-latest
10+
runs-on: ubuntu-latest
1111
env:
1212
GOPATH: ${{ github.workspace }}
1313
GO111MODULE: off

0 commit comments

Comments
 (0)