From 37372797a36b86fd5c5946bc8d82e388d7a3bdd6 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:48:30 -0500 Subject: [PATCH] docs(readme): remove macos-12 from readme (#104) --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 339e8eebffa..49f6d16be79 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,10 @@ jobs: include: # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories # while GitHub has larger macOS runners, they are not available for our repos :( - - os: macos-12 - publish: true - os: macos-13 - os: macos-14 - - os: ubuntu-20.04 - - os: ubuntu-22.04 + - os: ubuntu-latest + publish: true name: Homebrew (${{ matrix.os }}) runs-on: ${{ matrix.os }} steps: