From 2ef52e672ba3f64cea7159367a8bdc5f4383cf9a Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 17 Aug 2023 14:58:13 +0800 Subject: [PATCH] Change Winget Releaser job to `ubuntu-latest` --- .github/workflows/winget.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 7126f25f..18856adf 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -6,8 +6,7 @@ on: jobs: publish: - # Action can only be run on windows - runs-on: windows-latest + runs-on: ubuntu-latest steps: - uses: vedantmgoyal2009/winget-releaser@v2 with: