Skip to content

Commit f7fdd7b

Browse files
committed
ci(winget): change job runner to ubuntu-latest
1 parent dbcb47d commit f7fdd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
winget:
101101
name: Publish to WinGet
102102
needs: [checkver, release]
103-
runs-on: windows-latest # action can only run on Windows
103+
runs-on: ubuntu-latest
104104

105105
steps:
106106
- uses: vedantmgoyal2009/winget-releaser@v2

0 commit comments

Comments
 (0)