Run clippy only on Linux, not macOS

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-10 13:53:43 -04:00
parent 076bebe218
commit c3df0d380a

View file

@ -45,11 +45,8 @@ jobs:
- run: cargo fmt --check --all
clippy:
name: Clippy (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [self-hosted, macos-15]
name: Clippy
runs-on: self-hosted
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with: