Skip to content

Commit

Permalink
Update macOS min version
Browse files Browse the repository at this point in the history
  • Loading branch information
sn4k3 committed Dec 18, 2024
1 parent 8bc8790 commit e9b21a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- (Upgrade) .NET from 6.0.33 to 9.0.0
- .NET 6.0 is end of life and will no longer supported
- This represents three major upgrades and will increase the system os version requirements, see more here: https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md
- macOS requirement from Catalina (10.15) to Monterey (13)
- macOS requirement from Catalina (10.15) to Monterey (12.0)
- With this upgrade the software will be able to take advantage of the new features and improvements of the .NET 9.0, including a significant performance boost

## 04/10/2024 - v4.4.3
Expand Down
2 changes: 1 addition & 1 deletion Scripts/install-uvtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ osVariant='' # osx, linux, arch, rhel
tag="$1" # Download specific version, passed as first argument to the script
api_url="https://api.github.com/repos/sn4k3/UVtools/releases/latest"
dependencies_url="https://raw.githubusercontent.com/sn4k3/UVtools/master/Scripts/install-dependencies.sh"
macOS_least_version='10.15'
macOS_least_version='12.0'

# Arch validation
if [ "$arch" != "x86_64" -a "$arch" != "arm64" ]; then
Expand Down

0 comments on commit e9b21a0

Please sign in to comment.