From 1a8330f0ad06ab2a25f39fccc1e6596f2a8f29fa Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:45:05 +0200 Subject: [PATCH] Update OS minimum version to Ubuntu 20.04 --- 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 33414779eba..1fd5b09e922 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)_