Skip to content

Commit 5e9ece1

Browse files
committed
Change OSX CI to target 10.12 to fix CI flakiness
1 parent c259f22 commit 5e9ece1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netci.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def msbuildTypeMap = [
2020
def machineTypeToOSTagMap = [
2121
'Windows_NT': 'Windows', // Windows Server 2012 R2, equivalent to Windows 8.1 (aka Blue)
2222
'Ubuntu16.04': 'Ubuntu',
23-
'OSX': 'OSX'
23+
'OSX10.12': 'OSX'
2424
]
2525

2626
def dailyRegex = 'dailies'
@@ -307,7 +307,7 @@ if (isXPlatCompatibleBranch) {
307307
// ---------------
308308

309309
if (isXPlatCompatibleBranch) {
310-
def osString = 'OSX'
310+
def osString = 'OSX10.12'
311311

312312
// PR and CI checks
313313
CreateXPlatBuildTasks(osString, "osx", "osx", branch, null, "")

0 commit comments

Comments
 (0)