summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2017-03-22 13:54:41 -0700
committerGitHub <noreply@github.com>2017-03-22 13:54:41 -0700
commitecf644fd125a7fd4699c346d44dff4edb9b578e1 (patch)
treec523b2dae933795fdf3ff0c014add7821517ac41 /config.json
parentda1d8cd17a8ec2a78e8139d03be358d26acb503c (diff)
downloadcoreclr-ecf644fd125a7fd4699c346d44dff4edb9b578e1.tar.gz
coreclr-ecf644fd125a7fd4699c346d44dff4edb9b578e1.tar.bz2
coreclr-ecf644fd125a7fd4699c346d44dff4edb9b578e1.zip
Switch tests to use OSX.10.12 RID (#10394)
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json
index 9900b47f2d..f0780ed111 100644
--- a/config.json
+++ b/config.json
@@ -327,7 +327,7 @@
"RuntimeId": {
"description": "Specifies the OS to build Core_Root for",
"valueType": "property",
- "values": [ "debian.8-x64", "fedora.23-x64", "opensuse.42.1-x64", "osx.10.10-x64", "rhel.7-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "ubuntu.16.10-x64" ],
+ "values": [ "debian.8-x64", "fedora.23-x64", "opensuse.42.1-x64", "osx.10.12-x64", "rhel.7-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "ubuntu.16.10-x64" ],
"defaultValue": "${__RuntimeId}"
},
"UpdateDependencies": {