Skip to content

CI: Fix macOS errors #435

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

Merged
merged 2 commits into from
Apr 26, 2024
Merged

CI: Fix macOS errors #435

merged 2 commits into from
Apr 26, 2024

Conversation

phil-opp
Copy link
Member

The macos-latest runner is ARM-based now, which causes some compile errors on CI. This PR adds back testing for x86_64-based macOS systems and some conditional compilation to enable limited testing on ARM-based systems.

The `macos-latest` runner is ARM-based now.
Inline assembly causes build errors on other architectures.

We can still run the config tests on other architectures, so we don't want to set the `target_arch` for the entire crate.
@phil-opp phil-opp marked this pull request as ready for review April 26, 2024 06:58
@phil-opp phil-opp merged commit b7e2760 into main Apr 26, 2024
18 checks passed
@phil-opp phil-opp deleted the fix-ci branch April 26, 2024 06:58
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