diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 06e34fed..c1cbdbab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -174,7 +174,7 @@ jobs: winget-publish: needs: create-build - runs-on: ubuntu-latest + runs-on: windows-latest # action can only be run on windows steps: - name: Update WINGET manifest uses: vedantmgoyal2009/winget-releaser@v2 @@ -185,7 +185,7 @@ jobs: homebrew-cask-publish: needs: create-build - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Update Homebrew cask uses: macauley/action-homebrew-bump-cask@v1 @@ -193,4 +193,4 @@ jobs: token: ${{secrets.WINGET}} tap: homebrew/homebrew-cask cask: tachidesk-sorayomi - livecheck: true + livecheck: true \ No newline at end of file