Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changed MacOS version used in CI to 13, as version 12 got deprecated [1] and causes the jobs to be cancelled. - Installed specific versions of Xamarin.iOS & Xamarin.Android (the same as on MacOS 12), because MacOS 13 doesn't come with Xamarin preinstalled, and build fails with error: ``` /Users/runner/work/geewallet/geewallet/src/GWallet.Frontend.XF.iOS/GWallet.Frontend.XF.iOS.fsproj(92,11): error MSB4226: The imported project "/Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/xbuild/Xamarin/iOS/Xamarin.iOS.FSharp.targets" was not found. Also, tried to find "Xamarin/iOS/Xamarin.iOS.FSharp.targets" in the fallback search path(s) for $(MSBuildExtensionsPath) - "/Library/Frameworks/Mono.framework/External/xbuild/" . These search paths are defined in "/Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/msbuild/Current/bin/MSBuild.dll.config". Confirm that the path in the <Import> declaration is correct, and that the file exists on disk in one of the search paths. ``` - Installed .NET6 in `macOS--dotnet6-only` and `macOS--dotnet6-and-mono` jobs, because default .NET version on MacOS 13 is 8.0.404. One thing to note is that now `macOS--mono-only` and `macOS--dotnet6-only` take more time (20-25 minutes) and became the slowest jobs. [1] actions/runner-images#10721
- Loading branch information