diff options
author | Gaurav Khanna <gkhanna@microsoft.com> | 2017-03-22 13:54:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-22 13:54:41 -0700 |
commit | ecf644fd125a7fd4699c346d44dff4edb9b578e1 (patch) | |
tree | c523b2dae933795fdf3ff0c014add7821517ac41 /tests/src/dir.props | |
parent | da1d8cd17a8ec2a78e8139d03be358d26acb503c (diff) | |
download | coreclr-ecf644fd125a7fd4699c346d44dff4edb9b578e1.tar.gz coreclr-ecf644fd125a7fd4699c346d44dff4edb9b578e1.tar.bz2 coreclr-ecf644fd125a7fd4699c346d44dff4edb9b578e1.zip |
Switch tests to use OSX.10.12 RID (#10394)
Diffstat (limited to 'tests/src/dir.props')
-rw-r--r-- | tests/src/dir.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/dir.props b/tests/src/dir.props index e0899ff202..cb976cc081 100644 --- a/tests/src/dir.props +++ b/tests/src/dir.props @@ -47,7 +47,7 @@ <PropertyGroup> <TargetsUnix>true</TargetsUnix> <TargetsOSX>true</TargetsOSX> - <TestNugetRuntimeId>osx.10.10-x64</TestNugetRuntimeId> + <TestNugetRuntimeId>osx.10.12-x64</TestNugetRuntimeId> </PropertyGroup> </When> <When Condition="'$(OSGroup)'=='FreeBSD'"> |