summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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 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: