Remove clippy for macos

Macos not supported, can add back if it ever is.
This commit is contained in:
Thoronium 2024-10-30 16:06:57 -06:00 committed by GitHub
parent ae8c03debe
commit 02a304d830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows-latest, ubuntu-latest, macos-latest]
platform: [windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3