From 5e9ece182bf7843b1245a4caa5ff692e74caed9b Mon Sep 17 00:00:00 2001 From: Jimmy Thomson Date: Tue, 17 Apr 2018 13:18:07 -0700 Subject: [PATCH] Change OSX CI to target 10.12 to fix CI flakiness --- netci.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netci.groovy b/netci.groovy index 9b71d63134f..9496081ed60 100644 --- a/netci.groovy +++ b/netci.groovy @@ -20,7 +20,7 @@ def msbuildTypeMap = [ def machineTypeToOSTagMap = [ 'Windows_NT': 'Windows', // Windows Server 2012 R2, equivalent to Windows 8.1 (aka Blue) 'Ubuntu16.04': 'Ubuntu', - 'OSX': 'OSX' + 'OSX10.12': 'OSX' ] def dailyRegex = 'dailies' @@ -307,7 +307,7 @@ if (isXPlatCompatibleBranch) { // --------------- if (isXPlatCompatibleBranch) { - def osString = 'OSX' + def osString = 'OSX10.12' // PR and CI checks CreateXPlatBuildTasks(osString, "osx", "osx", branch, null, "")