rust-osdev / bootloader

An experimental pure-Rust x86 bootloader
Apache License 2.0
1.39k stars 212 forks source link

CI: Fix macOS errors #435

Closed phil-opp closed 6 months ago

phil-opp commented 6 months ago

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.