mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Run clippy only on Linux, not macOS
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
076bebe218
commit
c3df0d380a
1 changed files with 2 additions and 5 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue