From 4d914fe2572e41f13169c2033db19dd8c26bec38 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Fri, 25 Feb 2022 16:28:09 +0100 Subject: [PATCH] Fixed more detailed versions --- website/docs/admin_builds.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/admin_builds.md b/website/docs/admin_builds.md index 3a02cd5baf..a4e0e77242 100644 --- a/website/docs/admin_builds.md +++ b/website/docs/admin_builds.md @@ -9,11 +9,11 @@ import TabItem from '@theme/TabItem'; Admins might find prepared builds on https://github.com/pypeclub/OpenPype/releases for all major platforms. -### Currently supported OS versions -- Windows 10+ -- Ubuntu 20 -- Centos 7.9 -- MacOS Mohave +### Currently built on OS versions +- Windows 10 +- Ubuntu 20.04 +- Centos 7.6 +- MacOS Mohave (10.14.6) In case your studio requires build for different OS version, or any specific build, please take a look at [Requirements](dev_requirements.md) and [Build](dev_build.md) for more details how to create binaries to distribute.