summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsitiom <sitiom@proton.me>2023-08-17 16:17:38 +0800
committerGitHub <noreply@github.com>2023-08-17 17:17:38 +0900
commit9d5392fb02db33dbc9798f2472654426f79a33f2 (patch)
tree9e17009b8ae396a2c8dd74a634cda0de756bc01b /.github
parentc2806456719a8d72193c26180c6adbbd01afc42c (diff)
Change Winget Releaser job to `ubuntu-latest` (#3403)
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: