Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-06-19 03:14:49 +0300
committerGitHub <noreply@github.com>2017-06-19 03:14:49 +0300
commit2546e4b1072bbc435e84f5dd8a189f96016c708b (patch)
treef107a434d931b6c63d2149ad9bb2b50f90b42ba6 /netci.groovy
parent886b67ae754a36e409edfff3925f9039fecca6b8 (diff)
Update CI to OSX10.12 (#3920)
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 4bb173046..d98779822 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -13,7 +13,7 @@ def imageVersionMap = ['Windows_NT':'latest-or-auto',
'Ubuntu':'20170118']
// Innerloop build OS's
-def osList = ['Ubuntu', 'OSX', 'Windows_NT']
+def osList = ['Ubuntu', 'OSX10.12', 'Windows_NT']
// Generate the builds for debug and release, commit and PRJob
[true, false].each { isPR -> // Defines a closure over true and false, value assigned to isPR