You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/app/references/migration-guide.mdx
+12-5
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,13 @@ This support is in line with Node.js's support for Linux in 18+.
33
33
If you're using a Linux distribution based on glibc `<2.28`, for example, Ubuntu 14-18, RHEL 7, CentOS 7, Amazon Linux 2, you'll need to
34
34
update your system to a newer version to install Cypress 14+.
35
35
36
+
### Minimum macOS 11 (Big Sur)
37
+
38
+
[Cypress 14.0](/app/references/changelog#14-0-0) upgrades Electron to `33.2.1`.
39
+
On macOS this requires a minimum version of macOS 11 (Big Sur).
40
+
41
+
If you're using a lower version of macOS make sure that you update.
42
+
36
43
### Updated Browser Support
37
44
38
45
Starting in Cypress 14, Cypress will officially support [the latest 3 major versions of Chrome, Firefox, and Edge](/app/references/launching-browsers#Browser-versions-supported).
@@ -50,21 +57,21 @@ are in the same superdomain. This means you must now use `cy.origin()` in more s
0 commit comments