From 02a304d8300bc5b7e4645ed0efdf03a63b92820a Mon Sep 17 00:00:00 2001 From: Thoronium <107363768+NotThorny@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:06:57 -0600 Subject: [PATCH] Remove clippy for macos Macos not supported, can add back if it ever is. --- .github/workflows/backend-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-checks.yml b/.github/workflows/backend-checks.yml index 3274088..9808f15 100644 --- a/.github/workflows/backend-checks.yml +++ b/.github/workflows/backend-checks.yml @@ -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