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

Use macOS-14 for Github Actions #1361

Merged
merged 1 commit into from
Nov 4, 2024

Commits on Nov 4, 2024

  1. Use macOS-14 for Github Actions

    - which is the latest stable version. They only support the last two stable versions, so we should be good for a while
    - add step to install sbt since later version of the runner image don't include it
    - had to mxml build from source since macos-14 is Apple Silicon mac and by default brew installs to /opt/homebrew/include, which isn't on the cc search path. Attempts to add the path other ways (-I or CPATH) proved unsuccessful
    
    DAFFODIL-2952
    olabusayoT committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    65a4489 View commit details
    Browse the repository at this point in the history