Skip to content

Commit d1dd971

Browse files
authored
Merge pull request #2233 from sitiom/patch-1
Change Winget Releaser job runner to `ubuntu-latest`
2 parents b829605 + c047807 commit d1dd971

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/winget.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55

66
jobs:
77
publish:
8-
# Action can only be run on windows
9-
runs-on: windows-latest
8+
runs-on: ubuntu-latest
109
steps:
1110
- uses: vedantmgoyal2009/winget-releaser@v2
1211
with:

0 commit comments

Comments
 (0)