Skip to content

Rebase FastLED infrastructure onto kernal-api #346

Rebase FastLED infrastructure onto kernal-api

Rebase FastLED infrastructure onto kernal-api #346

Workflow file for this run

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