Change Winget Releaser job to ubuntu-latest (#1551)

This commit is contained in:
sitiom
2023-08-17 22:17:30 +08:00
committed by GitHub
parent 22ab9948fa
commit 828c064b2e

View File

@@ -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