SixLabors / ImageSharp

:camera: A modern, cross-platform, 2D Graphics library for .NET
https://sixlabors.com/products/imagesharp/
Other
7.39k stars 851 forks source link

Fix MacOS jobs #2728

Closed antonfirsov closed 5 months ago

antonfirsov commented 5 months ago

~Dummy PR to run against macos-latest on CI.~

As noted in https://github.com/SixLabors/ImageSharp/pull/2728#issuecomment-2078083691, we need to use macos-13 to get the tests running.

In long term we need to migrate away from using System.Drawing.Common reference implementations, at least on Mac.

tocsoft commented 5 months ago

@antonfirsov the issue is likely due to macos-latest now using an arm runner

antonfirsov commented 5 months ago

Turned this into an actual PR @JimBobSquarePants if you want to merge and move on.