Skip to content

Commit

Permalink
docs(readme): remove macos-12 from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Nov 5, 2024
1 parent 4b35311 commit 370f3e5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 370f3e5

Please sign in to comment.