From c047807bfd6cdb2d1a031280306e5f0b9cb527fb Mon Sep 17 00:00:00 2001 From: sitiom Date: Mon, 10 Jul 2023 21:42:51 +0800 Subject: [PATCH] Change Winget Releaser job runner 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 5f6f25c37..7040ee606 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -5,8 +5,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: