Skip to content

Commit a8bcbf7

Browse files
committed
Add macOS 15 runner to build matrix
1 parent 9b2ea4a commit a8bcbf7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ on:
99
- 'Formula/**'
1010

1111
jobs:
12-
test-bot:
13-
strategy:
14-
matrix:
15-
os: [macos-14]
16-
runs-on: ${{ matrix.os }}
12+
create-comment:
13+
runs-on: ubuntu-22.04
1714
steps:
1815
- if: github.event_name == 'pull_request'
1916
name: Create a comment
@@ -26,6 +23,12 @@ jobs:
2623
> For Maintainers: When approving a PR, do not merge it directly. Instead add the `pr-pull` label.
2724
> This will trigger the `brew pr-pull` workflow, which will automatically add the bottle and merge the PR.
2825
26+
test-bot:
27+
strategy:
28+
matrix:
29+
os: [macos-14, macos-15]
30+
runs-on: ${{ matrix.os }}
31+
steps:
2932
- name: Set up Homebrew
3033
id: set-up-homebrew
3134
uses: Homebrew/actions/setup-homebrew@master

0 commit comments

Comments
 (0)