Skip to content

Commit

Permalink
Require macOS 12+ for the new test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed May 9, 2022
1 parent a9b1e57 commit 5323498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/monotouch-test/MetalPerformanceShaders/MnistTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public class MnistTester
public void IsSupported ()
{
TestRuntime.AssertNotVirtualMachine ();
TestRuntime.AssertXcodeVersion (13, 0); // There are known bugs in early versions of MetalPerformanceShadersGraph that makes this test crash, so require macOS 12+.
#if __TVOS__
if (Runtime.Arch == Arch.SIMULATOR)
Assert.Inconclusive ("Metal Performance Shaders Graph is not supported in the tvOS simulator");
Expand Down

0 comments on commit 5323498

Please sign in to comment.