From 83a47fe98fb343f7dfb866bb558c3a46fda02d3a Mon Sep 17 00:00:00 2001 From: Atsushi Matsuo Date: Wed, 31 Jan 2024 21:47:15 +0900 Subject: [PATCH] Add support for macOS Sonoma 14 (#1) --- .github/workflows/go.yml | 2 +- README.md | 2 +- release-notes.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ac3bbb6..fa8f627 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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: diff --git a/README.md b/README.md index b38c107..fe90cd5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/release-notes.txt b/release-notes.txt index e450b78..187d3b5 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -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.