Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: add a Mac build #183

Merged
merged 2 commits into from
Aug 12, 2024
Merged

GHA: add a Mac build #183

merged 2 commits into from
Aug 12, 2024

Commits on Aug 11, 2024

  1. GHA: add a Mac build

    janusw committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    fe355ef View commit details
    Browse the repository at this point in the history
  2. GHA (Mac): install .NET SDK 6.0 in addition to 8.0

    * in order to fix this error:
    
    Testhost process for source(s) '/Users/runner/work/GeoJSON.Net/GeoJSON.Net/src/GeoJSON.Net.Tests/bin/Debug/net6.0/GeoJSON.Net.Tests.dll' exited with error: You must install or update .NET to run this application.
    App: /Users/runner/work/GeoJSON.Net/GeoJSON.Net/src/GeoJSON.Net.Tests/bin/Debug/net6.0/testhost.dll
    Architecture: arm64
    Framework: 'Microsoft.NETCore.App', version '6.0.0' (arm64)
    .NET location: /Users/runner/.dotnet/
    The following frameworks were found:
      7.0.2 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
      7.0.4 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
      7.0.9 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
      7.0.20 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
      8.0.1 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
      8.0.4 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
      8.0.7 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
    janusw committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    58e29f1 View commit details
    Browse the repository at this point in the history