We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2ea4a commit a8bcbf7Copy full SHA for a8bcbf7
.github/workflows/tests.yml
@@ -9,11 +9,8 @@ on:
9
- 'Formula/**'
10
11
jobs:
12
- test-bot:
13
- strategy:
14
- matrix:
15
- os: [macos-14]
16
- runs-on: ${{ matrix.os }}
+ create-comment:
+ runs-on: ubuntu-22.04
17
steps:
18
- if: github.event_name == 'pull_request'
19
name: Create a comment
@@ -26,6 +23,12 @@ jobs:
26
23
> For Maintainers: When approving a PR, do not merge it directly. Instead add the `pr-pull` label.
27
24
> This will trigger the `brew pr-pull` workflow, which will automatically add the bottle and merge the PR.
28
25
+ test-bot:
+ strategy:
+ matrix:
29
+ os: [macos-14, macos-15]
30
+ runs-on: ${{ matrix.os }}
31
+ steps:
32
- name: Set up Homebrew
33
id: set-up-homebrew
34
uses: Homebrew/actions/setup-homebrew@master
0 commit comments