Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 466c003

Browse files
MSLaguanakfarnung
authored andcommitted
deps: update ChakraCore to chakra-core/ChakraCore@1ad224f6df
[1.8>1.9] [MERGE #5006 @MSLaguana] Change OSX CI to target 10.12 to fix CI flakiness Merge pull request #5006 from release/1.8-ci Reviewed-By: chakrabot <[email protected]>
1 parent 46966a3 commit 466c003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: deps/chakrashim/core/netci.groovy

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