GitHub Actions deprecated macos-13 Intel runners. Apple Silicon (macos-latest) can cargo build/check x86_64-apple-darwin out of the box (no cross tool needed). - rust-multiplatform.yml: macos-x86_64 job uses macos-latest + check_only=true (binary arch ≠ host arch so no test runs; cargo check verifies the workspace type-checks for x86_64 Macs) - rust-release.yml: macos-x86_64 job uses macos-latest, cargo build --release cross-compiles to x86_64; archive packaged as before |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| FUNDING.yml | ||
| pull_request_template.md | ||