Rebase FastLED infrastructure onto kernal-api #346
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: macOS ARM Build | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| call: | |
| uses: ./.github/workflows/_build.yml | |
| with: | |
| runs-on: macos-15 | |
| # Explicit target so CI wheels/binaries are identical to the release | |
| # builds in auto-release.yml (same artifact names, plat-name tags, and | |
| # soldr cache key), letting auto-release reuse them (#170). | |
| rust-target: aarch64-apple-darwin | |
| wheel-smoke: true |