Skip to content

Commit 916322b

Browse files
committed
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.
1 parent 3fcb8bd commit 916322b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/update-homebrew.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
workflows: ["Release"]
66
types:
77
- completed
8-
branches:
9-
- main
108

119
jobs:
1210
update-tap:
13-
runs-on: macos-latest
11+
runs-on: macos-14
1412
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1513
steps:
1614
- name: Checkout tap

0 commit comments

Comments
 (0)