From f2cbf9f414e343d84986d60e012f7daa68cd15e5 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 10 Nov 2016 10:35:25 -0800 Subject: [PATCH] Add macOS Sierra to list of runtimes in TestSites project --- test/TestSites/project.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test/TestSites/project.json b/test/TestSites/project.json index 527fc45f3e..8329849069 100644 --- a/test/TestSites/project.json +++ b/test/TestSites/project.json @@ -30,6 +30,7 @@ "win7-x86": {}, "osx.10.10-x64": {}, "osx.10.11-x64": {}, + "osx.10.12-x64": {}, "ubuntu.14.04-x64": {}, "ubuntu.15.04-x64": {} }