From 916322bc313426784f1c2b5c4a0b5f70a0b0a6dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=B6=E6=9D=96?= Date: Wed, 11 Dec 2024 21:16:41 +0800 Subject: [PATCH] Update Homebrew workflow to use macOS 14 and remove branch specification. This change ensures compatibility with the latest macOS environment while streamlining the workflow trigger conditions. --- .github/workflows/update-homebrew.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update-homebrew.yml b/.github/workflows/update-homebrew.yml index 55b8356..146943d 100644 --- a/.github/workflows/update-homebrew.yml +++ b/.github/workflows/update-homebrew.yml @@ -5,12 +5,10 @@ on: workflows: ["Release"] types: - completed - branches: - - main jobs: update-tap: - runs-on: macos-latest + runs-on: macos-14 if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout tap