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

gh-actions: Enforce using a x86 macOS runner for linting to support Meteor. #518

Closed
wants to merge 1 commit into from

Conversation

kirkrodrigues
Copy link
Member

Description

Recent linting workflows on macOS have been timing out when trying to download an ARM Meteor binary for macOS. This is because the GH runner macos-latest points at an M1 runner and there is no ARM binary for Meteor.

This PR fixes the GH runner to macos-13 (an x86 runner) for the macOS linting workflow to avoid the issue.

Validation performed

Validated the macos linting workflow passes.

@kirkrodrigues kirkrodrigues marked this pull request as draft August 15, 2024 21:38
@kirkrodrigues
Copy link
Member Author

Actually, it seems Meteor now has an ARM binary and the workflows in question were instead failing because Meteor's download site was down for some reason.

@kirkrodrigues kirkrodrigues deleted the fix-macos-lint branch August 20, 2024 15:55
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.

1 participant