From 1b794abb391e07eb62487877a36a02e0a9fd06a4 Mon Sep 17 00:00:00 2001 From: DattatreyaReddy Panta <58727124+DattatreyaReddy@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:16:17 +0530 Subject: [PATCH] Revert "Change Winget & Homebrew publish job to `ubuntu-latest`" --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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