From 55b4e4a2600252ad99e37b290e05e9eadfcb2fc9 Mon Sep 17 00:00:00 2001 From: Dylan Ratcliffe Date: Mon, 4 Mar 2024 12:13:42 +0000 Subject: [PATCH] Updated readme & tests --- .github/workflows/tests.yml | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 86bd25f..ee02252 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/README.md b/README.md index b8ed2df..1d9ee8a 100644 --- a/README.md +++ b/README.md @@ -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?