From 72b7a1b53642872fe9784b195736dc32ac3cc637 Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 17 Aug 2023 15:08:11 +0800 Subject: [PATCH] Change Winget Releaser job to `ubuntu-latest` --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fd31a6..5819ac9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }} winget: - runs-on: windows-latest # Action can only run on Windows + runs-on: ubuntu-latest needs: release steps: - uses: vedantmgoyal2009/winget-releaser@v2