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

accesskit_c: v0.9.0 - missing and mixed up macOS library architectures #400

Closed
bruvzg opened this issue May 1, 2024 · 1 comment · Fixed by #406
Closed

accesskit_c: v0.9.0 - missing and mixed up macOS library architectures #400

bruvzg opened this issue May 1, 2024 · 1 comment · Fixed by #406

Comments

@bruvzg
Copy link
Contributor

bruvzg commented May 1, 2024

The latest accesskit_c-v0.9.0 release has only macos/arm64 subfolder (macos/x86_64 is missing), which contains x86-64 libraries (both shared and static) instead of arm64.

@bruvzg
Copy link
Contributor Author

bruvzg commented May 1, 2024

- os: macOS-latest
target: aarch64-apple-darwin
cmake-options: -DCMAKE_OSX_ARCHITECTURES=arm64
path: macos/arm64
- os: macOS-latest
target: x86_64-apple-darwin
path: macos/x86_64

This might be related to GitHub recently starting to switch macOS-latest runners from x86 to arm.

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 a pull request may close this issue.

1 participant