mirror of
https://github.com/Jackett/Jackett
synced 2024-12-23 00:08:23 +00:00
winget: change job runner to ubuntu-latest
(#14642)
This commit is contained in:
parent
279248b06c
commit
35a68f51a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/winget.yml
vendored
2
.github/workflows/winget.yml
vendored
|
@ -6,7 +6,7 @@ permissions:
|
|||
contents: read
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: vedantmgoyal2009/winget-releaser@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue