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 macOS builds #58

Merged
merged 4 commits into from
Jun 16, 2024
Merged

Fix macOS builds #58

merged 4 commits into from
Jun 16, 2024

Commits on Jun 11, 2024

  1. Run macos runners on 13 instead of latest

    macos-latest (14) runners are arm64 only. actions/runner-images#9741 Running the x86_64 build on arm64 gives the following error: `[FATAL]: Currently canadian builds require a x86_64 build system
    Arm builds also fail for a different reason.`
    sciencewhiz committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f14d707 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. install texinfo on mac

    rzblue committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    148ea81 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. install texinfo on mac

    sciencewhiz authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    3ce3fd5 View commit details
    Browse the repository at this point in the history
  2. Fix EOL @ EOF

    sciencewhiz committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    1702e3c View commit details
    Browse the repository at this point in the history