Explorar o código

Change OSX CI to target 10.12 to fix CI flakiness

Jimmy Thomson %!s(int64=8) %!d(string=hai) anos
pai
achega
5e9ece182b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      netci.groovy

+ 2 - 2
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, "")