From f654b896576ca65470b5d7cf57c322acd1fc8384 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 24 Jan 2024 09:59:13 -0500 Subject: [PATCH] Make it clearer that macOS Sonoma is supported (#4249) This PR updates the docs to make it clearer that macOS Sonoma is supported. Release Notes: - N/A --- docs/src/system_requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/system_requirements.md b/docs/src/system_requirements.md index debf7fa2998b262e9ad07746e3732e433b448fe6..1049626d1e3ceab907dcf8a53bbad17199a0be83 100644 --- a/docs/src/system_requirements.md +++ b/docs/src/system_requirements.md @@ -2,7 +2,7 @@ ## macOS -Supported versions: Catalina (10.15) - Ventura (13.x). +Supported versions: Catalina (10.15) - Sonoma (14.x). {% hint style="info" %} The implementation of our screen sharing feature makes use of [LiveKit](https://livekit.io). The LiveKit SDK requires macOS Catalina (10.15); consequently, in v0.62.4, we dropped support for earlier macOS versions that we were initially supporting.