AccessKit / accesskit

UI accessibility infrastructure across platforms and programming languages
BSD 3-Clause "New" or "Revised" License
991 stars 48 forks source link

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

Closed bruvzg closed 2 months ago

bruvzg commented 2 months ago

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 commented 2 months ago

https://github.com/AccessKit/accesskit/blob/e771ca38850d797c35c5679229007e8c6cb134e1/.github/workflows/c-bindings.yml#L14-L20

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