Skip to content

Commit

Permalink
Updated readme & tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Mar 15, 2024
1 parent 6a5e03b commit 55b4e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [ubuntu-22.04, macos-13, apple-certs]
os: [ubuntu-22.04, macos-11, macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Overmind Homebrew Tap

This repo contains Overmind's homebrew packages. PRs are generated from the [https://github.com/overmindtech/cli](https://github.com/overmindtech/cli) repo. Once PRs have been reviewed and merged, they should be labeled with `pr-pull` which will trigger a workflows that pulls the compiled bottles into the current release.

They should be labeled with `TODO` which DOES SOMETHING TO DO WITH BOTTLES?
This repo contains Overmind's homebrew packages. PRs are generated from the [https://github.com/overmindtech/cli](https://github.com/overmindtech/cli) repo. Once PRs have had all tests pass, they should be labeled with `pr-pull` which will trigger a workflow that pulls the compiled bottles into the current release and closes the PR. Do not merge PRs directly.

## How do I install these formulae?

Expand Down

0 comments on commit 55b4e4a

Please sign in to comment.