Skip to content

CI: Fix macOS errors#435

Merged
phil-opp merged 2 commits intomainfrom
fix-ci
Apr 26, 2024
Merged

CI: Fix macOS errors#435
phil-opp merged 2 commits intomainfrom
fix-ci

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
@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