Skip to content

Commit

Permalink
Drop support for macOS Monterey 12
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Aug 25, 2024
1 parent 8a22d3c commit fe25e9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
os: [ macos-12, macos-13, macos-14, macos-latest, windows-2019, windows-2022, windows-latest ]
os: [ 'macos-13', 'macos-14', 'macos-latest', 'windows-2019', 'windows-2022', 'windows-latest' ]
go: [ '1.22' ]
steps:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Please see details: https://support.claris.com/s/article/Claris-support-policy?l

System Requirements
-----
- macOS version : macOS Monterey 12, macOS Ventura 13 or macOS Sonoma 14
- macOS version : macOS Ventura 13 or macOS Sonoma 14
- Windows version : Windows 10 Version 22H2 or Windows 11


Expand Down
2 changes: 1 addition & 1 deletion release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ XMLPaste
This software is distributed under the MIT License.

Version: 1.1.1 (in development)
-
- [INFO] Drop support for macOS Monterey 12.

Version: 1.1.0
Date: August 6, 2024
Expand Down

0 comments on commit fe25e9d

Please sign in to comment.