1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(release): Remove support for macOS 10.14

macOS 10.14 is EOL by Apple, and brew no longer supports it. We can no longer
build qTox on 10.14 using our brew-based release process. Instead we will
release from 10.15, which loses compatibility with 10.14 with our current build
process.
This commit is contained in:
Anthony Bilinski 2022-03-05 22:27:30 -08:00
parent 47406e7422
commit c282c6e96f
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -566,7 +566,7 @@ See [AppArmor] to enable confinement for increased security.
## OS X
Supported OS X versions: >=10.8. (NOTE: only 10.13 is tested during CI)
Supported OS X versions: >=10.15.
Compiling qTox on OS X for development requires 2 tools:
[Xcode](https://developer.apple.com/xcode/) and [homebrew](https://brew.sh).