Skip to content

Conversation

@HugoSilvaSantos
Copy link
Contributor

- Create install script for macOS dependencies
- Update build and test workflow
@HugoSilvaSantos HugoSilvaSantos requested a review from a team as a code owner November 27, 2025 11:54

if [[ "${#MISSING_FORMULAE[@]}" -gt 0 ]]; then
echo "Installing missing Homebrew packages: ${MISSING_FORMULAE[*]}"
brew install --formula "${MISSING_FORMULAE[@]}"

Choose a reason for hiding this comment

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

Do you know if brew is preinstalled?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point. I will update the PR.

Copy link
Contributor

@vrukesh vrukesh left a comment

Choose a reason for hiding this comment

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

LGTM

@HugoSilvaSantos HugoSilvaSantos merged commit 2c29ca7 into arm:arm-software Nov 27, 2025
2 checks passed
@HugoSilvaSantos HugoSilvaSantos deleted the arm-software-add-macos-runner branch November 27, 2025 14:40
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