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

Fix GitHub Actions job failures #682

Merged
merged 2 commits into from
Aug 30, 2024
Merged

Fix GitHub Actions job failures #682

merged 2 commits into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. Update GitHub Actions to more recent versions

    This should fix the error "Could not find '.NET Core SDK' with version
    = 2.1.818" thrown by `dotnet_install` during GitHub Actions (CI).
    stakx committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    216a1b5 View commit details
    Browse the repository at this point in the history
  2. Run MacOS build & test on non-ARM architecture

    This should fix the "Could not find 'dotnet' host for the 'X64' archi-
    tecture" error.
    stakx committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    49e71c4 View commit details
    Browse the repository at this point in the history