Skip to content

Commit

Permalink
Change Winget Releaser job to ubuntu-latest (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Aug 17, 2023
1 parent 22ab994 commit 828c064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 828c064

Please sign in to comment.