Skip to content

Commit b07b92e

Browse files
authored
remove the osx14 update
1 parent 50f62a1 commit b07b92e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Tests/Microsoft.NET.TestFramework/ToolsetInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public class ToolsetInfo
2222

2323
public const string LatestWinRuntimeIdentifier = "win10";
2424
public const string LatestLinuxRuntimeIdentifier = "ubuntu.20.04";
25-
public const string LatestMacRuntimeIdentifier = "osx.14";
26-
public const string LatestRuntimeIdentifiers = $"{LatestWinRuntimeIdentifier}-x64;{LatestWinRuntimeIdentifier}-x86;osx.10.10-x64;osx.10.11-x64;osx.10.12-x64;osx.10.14-x64;osx.12-x64;{LatestMacRuntimeIdentifier}-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;ubuntu.18.04-x64;{LatestLinuxRuntimeIdentifier}-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-musl-x64";
25+
public const string LatestMacRuntimeIdentifier = "osx.12";
26+
public const string LatestRuntimeIdentifiers = $"{LatestWinRuntimeIdentifier}-x64;{LatestWinRuntimeIdentifier}-x86;osx.10.10-x64;osx.10.11-x64;osx.10.12-x64;osx.10.14-x64;{LatestMacRuntimeIdentifier}-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;ubuntu.18.04-x64;{LatestLinuxRuntimeIdentifier}-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-musl-x64";
2727

2828
public string DotNetRoot { get; }
2929
public string DotNetHostPath { get; }

0 commit comments

Comments
 (0)