From 7de34328f0f4dda457770be61220838e85433d3a Mon Sep 17 00:00:00 2001 From: Vipul Tripathi Date: Mon, 22 Jun 2026 19:11:55 +0530 Subject: [PATCH] Add macOS 14 to the cypress platform schema This lets saucectl accept macOS 14 as a platform for cypress suites. It adds macOS 14 to the platform list in both cypress schema files. This is the first step for running cypress on Apple Silicon macOS. The runner and the platform services will be updated after this. --- api/saucectl.schema.json | 1 + api/v1/framework/cypress.schema.json | 1 + 2 files changed, 2 insertions(+) diff --git a/api/saucectl.schema.json b/api/saucectl.schema.json index 1346a24a9..16550ad63 100644 --- a/api/saucectl.schema.json +++ b/api/saucectl.schema.json @@ -457,6 +457,7 @@ "macOS 11.00", "macOS 12", "macOS 13", + "macOS 14", "Windows 10", "Windows 11" ], diff --git a/api/v1/framework/cypress.schema.json b/api/v1/framework/cypress.schema.json index ab250903b..161f7c259 100644 --- a/api/v1/framework/cypress.schema.json +++ b/api/v1/framework/cypress.schema.json @@ -119,6 +119,7 @@ "macOS 11.00", "macOS 12", "macOS 13", + "macOS 14", "Windows 10", "Windows 11" ]