summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsitiom <sitiom@proton.me>2023-08-17 15:10:58 +0800
committerDaniel Milde <daniel@milde.cz>2024-02-12 22:41:59 +0100
commiteb659516feb15c9a1f0569ee63d0efc09a51ec29 (patch)
treed78dd17183765dbd8c254c076d5dd905c99cd2ae
parenta25ff5d12425f57086fb013b40c4c0dad07ab145 (diff)
ci: Change Winget Releaser job to `ubuntu-latest`
-rw-r--r--.github/workflows/winget.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml
index 9d31e04..33902c8 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: