Skip to content

Commit

Permalink
Remove the deprecated macOS 12 - Monterey from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sherpalabsio committed Jan 12, 2025
1 parent c1c538b commit f03def5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: Tests for MacOS
strategy:
matrix:
os: [macos-12, macos-13, macos-14, macos-15]
os: [macos-13, macos-14, macos-15]

runs-on: ${{ matrix.os }}

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ For more details see the [Features](#features) section.

## Tested on

- macOS 12 - Monterey
- macOS 13 - Ventura
- macOS 14 - Sonoma
- macOS 15 - Sequoia
Expand Down

0 comments on commit f03def5

Please sign in to comment.