AccessKit / accesskit

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

fix: Explicitly set macOS CI build architecture for C bindings. #406

Closed bruvzg closed 2 months ago

bruvzg commented 2 months ago

Fixes https://github.com/AccessKit/accesskit/issues/400

macos-latest GitHub CI runners are now using arm64 image, and cmake for C bindings determine target folder based on the current system architecture if it's not set explicitly, and x86_64 build was overwriting arm64build artifacts: