Skip to content

Commit

Permalink
Drop macOS 12 support (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Oct 5, 2024
1 parent 437e144 commit 7b2b461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
osver: [12, 13, 14, 15]
osver: [13, 14, 15]
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ If your environment is not included in the released packages, you have to build

* GCC: `12` or later
* Clang: `15` or later
* Apple Clang: provided by `macOS Monterey (12)` or later
* Apple Clang: provided by `macOS Ventura (13)` or later

#### Commands

Expand Down

0 comments on commit 7b2b461

Please sign in to comment.