From 9d5392fb02db33dbc9798f2472654426f79a33f2 Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 17 Aug 2023 16:17:38 +0800 Subject: [PATCH] Change Winget Releaser job to `ubuntu-latest` (#3403) --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index ca702326..afabe6f8 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -5,7 +5,7 @@ on: jobs: publish: - runs-on: windows-latest # Action can only run on Windows + runs-on: ubuntu-latest steps: - uses: vedantmgoyal2009/winget-releaser@v2 with: