From 9b038b355952f3e296fcd180861d5733ac2e8593 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 24 May 2025 13:59:59 +0200 Subject: [PATCH 1/3] Add Windows 11 24H2 arm64 support --- docs/app/get-started/install-cypress.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/app/get-started/install-cypress.mdx b/docs/app/get-started/install-cypress.mdx index 8321e54862..ae7bfefd4e 100644 --- a/docs/app/get-started/install-cypress.mdx +++ b/docs/app/get-started/install-cypress.mdx @@ -108,7 +108,8 @@ Cypress supports running under these operating systems: - Ubuntu 20.04 and above - Debian 11 and above - Fedora 41 and above -- **Windows** 10 and above _(x64)_ +- **Windows** 10 and 11 _(x64)_ +- **Windows** 11 24H2 _(arm64, runs in [x64 emulation](https://learn.microsoft.com/en-us/windows/arm/apps-on-arm-x86-emulation) mode)_ - preview status - **Windows Server** 2019, 2022 and 2025 _(x64)_ ### Node.js From ee82892490cc45b7cfee72e67e527a79f5fd55d2 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 6 Jun 2025 21:07:59 +0200 Subject: [PATCH 2/3] min cypress 14.5.0 required --- docs/app/get-started/install-cypress.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/get-started/install-cypress.mdx b/docs/app/get-started/install-cypress.mdx index 890ee52cb1..7f27da87a0 100644 --- a/docs/app/get-started/install-cypress.mdx +++ b/docs/app/get-started/install-cypress.mdx @@ -109,7 +109,7 @@ Cypress supports running under these operating systems: - Debian 11 and above - Fedora 41 and above - **Windows** 10 and 11 _(x64)_ -- **Windows** 11 24H2 _(arm64, runs in [x64 emulation](https://learn.microsoft.com/en-us/windows/arm/apps-on-arm-x86-emulation) mode)_ - preview status +- **Windows** 11 24H2 _(arm64, runs in [x64 emulation](https://learn.microsoft.com/en-us/windows/arm/apps-on-arm-x86-emulation) mode, minimum Cypress [14.5.0](https://docs.cypress.io/app/references/changelog#14-5-0) required)_ - preview status - **Windows Server** 2019, 2022 and 2025 _(x64)_ ### Node.js From c3807fa531fb7a5948187b5c15aa28d40dfa90d0 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:57:25 +0200 Subject: [PATCH 3/3] changelog ref relative --- docs/app/get-started/install-cypress.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/get-started/install-cypress.mdx b/docs/app/get-started/install-cypress.mdx index 7f27da87a0..ae4deb6ede 100644 --- a/docs/app/get-started/install-cypress.mdx +++ b/docs/app/get-started/install-cypress.mdx @@ -109,7 +109,7 @@ Cypress supports running under these operating systems: - Debian 11 and above - Fedora 41 and above - **Windows** 10 and 11 _(x64)_ -- **Windows** 11 24H2 _(arm64, runs in [x64 emulation](https://learn.microsoft.com/en-us/windows/arm/apps-on-arm-x86-emulation) mode, minimum Cypress [14.5.0](https://docs.cypress.io/app/references/changelog#14-5-0) required)_ - preview status +- **Windows** 11 24H2 _(arm64, runs in [x64 emulation](https://learn.microsoft.com/en-us/windows/arm/apps-on-arm-x86-emulation) mode, minimum Cypress [14.5.0](/app/references/changelog#14-5-0) required)_ - preview status - **Windows Server** 2019, 2022 and 2025 _(x64)_ ### Node.js