diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e88a660..6ab7ba7 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] + os: [ubuntu-22.04, macos-13, apple-certs] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew diff --git a/README.md b/README.md index 28a4aff..b8ed2df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Overmindtech Overmind +# 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? ## How do I install these formulae?