Skip to content

Commit

Permalink
Update Homebrew workflow to use macOS 14 and remove branch specificat…
Browse files Browse the repository at this point in the history
…ion. This change ensures compatibility with the latest macOS environment while streamlining the workflow trigger conditions.
  • Loading branch information
ygsgdbd committed Dec 11, 2024
1 parent 3fcb8bd commit 916322b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 916322b

Please sign in to comment.