ci: Use windows-latest for winget release job

This commit is contained in:
2025-09-15 16:33:08 -06:00
parent d563cc286f
commit be8e3263c9
4 changed files with 3 additions and 42 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ jobs:
publish-winget-package:
needs: [publish-github-release]
name: Publish winget package
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Check if actor is repository owner
if: ${{ github.actor != github.repository_owner && env.ACT != 'true' }}