summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsitiom <sitiom@proton.me>2024-03-03 01:10:01 +0800
committerGitHub <noreply@github.com>2024-03-02 12:10:01 -0500
commit1f76e3e89444f462ae888247c8443f395ddf022f (patch)
treee329cdc0b7007c9150c3cd50e5cce6b9e0a7f5c8
parent5c08de672f7d27dbf13674d0ffcd9c0ffe6c7000 (diff)
Change Winget Releaser job to `ubuntu-latest` (#1512)
-rw-r--r--.github/workflows/cd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 562206e9..b147365b 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -100,7 +100,7 @@ jobs:
publish-to-winget:
name: Publish to WinGet
- runs-on: windows-latest # Action can only be run on windows
+ runs-on: ubuntu-latest
needs: publish
steps:
- uses: vedantmgoyal2009/winget-releaser@v2