From 7d24d7b6e7e6779bc491f597c0ee73ef91867de0 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 12 Oct 2023 20:50:39 +0200 Subject: [PATCH] Update operating system minimum version to Ubuntu 20.04 (#5515) --- docs/guides/getting-started/installing-cypress.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/getting-started/installing-cypress.mdx b/docs/guides/getting-started/installing-cypress.mdx index 017cf76695..1f46c530d0 100644 --- a/docs/guides/getting-started/installing-cypress.mdx +++ b/docs/guides/getting-started/installing-cypress.mdx @@ -155,7 +155,7 @@ Cypress is a desktop application that is installed on your computer. The desktop application supports these operating systems: - **macOS** 10.9 and above _(Intel or Apple Silicon 64-bit (x64 or arm64))_ -- **Linux** Ubuntu 12.04 and above, Fedora 21 and Debian 8 _(x86_64 or Arm +- **Linux** Ubuntu 20.04 and above, Fedora 21 and Debian 8 _(x86_64 or Arm 64-bit (x64 or arm64))_ (see [Linux Prerequisites](#Linux-Prerequisites) down below) - **Windows** 7 and above _(64-bit only)_