Change Winget Releaser job to ubuntu-latest (#1551)
This commit is contained in:
parent
22ab9948fa
commit
828c064b2e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -855,7 +855,7 @@ jobs:
|
|||
(github.repository_owner == 'LizardByte' &&
|
||||
needs.setup_release.outputs.create_release == 'true' &&
|
||||
github.ref == 'refs/heads/master')
|
||||
runs-on: windows-latest # the required action can only be run on Windows
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Release to WinGet
|
||||
uses: vedantmgoyal2009/winget-releaser@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue