Skip to content

Commit

Permalink
Change Winget Releaser job to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Aug 17, 2023
1 parent 377b391 commit 57d24a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
Expand Down

0 comments on commit 57d24a2

Please sign in to comment.