Skip to content

Commit

Permalink
Add support for macOS Sonoma 14 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Jan 31, 2024
1 parent cb6e222 commit 83a47fe
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/ja/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
os: [ macos-11, macos-12, macos-13, macos-latest, windows-2019, windows-2022, windows-latest ]
os: [ macos-11, macos-12, macos-13, macos-14, macos-latest, windows-2019, windows-2022, windows-latest ]
go: [ '1.20' ]
steps:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set the clipboard to (xml as text)

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


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

Version: 1.1.0 (in development)
- Support Apple Silicon on macOS.
- Add suport for macOS Big Sur 11, macOS Monterey 12 and macOS Ventura 13.
- Add support for macOS Big Sur 11, macOS Monterey 12, macOS Ventura 13 and macOS Sonoma 14.
- Built with Go 1.20.
- [INFO] Drop support for 32-bit Windows version.
- [INFO] Drop support for Windows 10 Version 21H2 or previous.
Expand Down

0 comments on commit 83a47fe

Please sign in to comment.