Skip to content

Commit

Permalink
Add support for macOS Sequoia 15 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Sep 26, 2024
1 parent ed4f720 commit 1d56033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: [ 'ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-latest', 'macos-13', 'macos-14', 'macos-latest', 'windows-2019', 'windows-2022', 'windows-latest' ]
os: [ 'ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-latest', 'macos-13', 'macos-14', 'macos-15', 'macos-latest', 'windows-2019', 'windows-2022', 'windows-latest' ]
go: [ '1.23' ]
steps:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Noteworthy Options
System Requirements
-----
- Linux version : Ubuntu 20.04 LTS, Ubuntu 22.04 LTS or Ubuntu 22.04 LTS for ARM
- macOS version : macOS Ventura 13 or macOS Sonoma 14
- macOS version : macOS Ventura 13, macOS Sonoma 14 or macOS Sequoia 15
- Windows version : Windows Server 2019, Windows Server 2022, Windows 10 Version 22H2, Windows 11 Version 22H2 or later

Download
Expand Down
1 change: 1 addition & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ fmcsadmin
This software is distributed under the Apache License, Version 2.0, see LICENSE.txt and NOTICE.txt for more information.

Version: 2.2.1-dev (in development)
- Add support for macOS Sequoia 15.
- Built with Go 1.23.
- [INFO] Drop support for macOS Monterey 12.
- [INFO] Drop support for Windows 11 Version 21H2.
Expand Down

0 comments on commit 1d56033

Please sign in to comment.