From e2f01db965ec5bb8daef779aaf05ea88a15f28d0 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 23 Feb 2016 12:46:27 -0800 Subject: [PATCH] Use OS X El Capitan for Sauce tests [skip validator] --- grunt/sauce_browsers.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grunt/sauce_browsers.yml b/grunt/sauce_browsers.yml index 04602c6fd8..4a865eac73 100644 --- a/grunt/sauce_browsers.yml +++ b/grunt/sauce_browsers.yml @@ -3,15 +3,15 @@ { browserName: "safari", - platform: "OS X 10.10" + platform: "OS X 10.11" }, { browserName: "chrome", - platform: "OS X 10.10" + platform: "OS X 10.11" }, { browserName: "firefox", - platform: "OS X 10.10" + platform: "OS X 10.11" }, # Mac Opera not currently supported by Sauce Labs