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

Conversation

olabusayoT
Copy link
Contributor

@olabusayoT olabusayoT commented Nov 4, 2024

  • 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 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 olabusayoT force-pushed the daf-2952-newerMacOS branch 15 times, most recently from ad1eed5 to 7ead3cb Compare November 4, 2024 17:04
- 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
Copy link
Member

@stevedlawrence stevedlawrence left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Copy link
Contributor

@jadams-tresys jadams-tresys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@olabusayoT olabusayoT merged commit 7b9f02f into apache:main Nov 4, 2024
12 checks passed
@olabusayoT olabusayoT deleted the daf-2952-newerMacOS branch November 4, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants