diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 956b998..c1e7f26 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,17 +45,6 @@ jobs: coverage: ${{ matrix.python-version == '3.12' }} integration: ${{ matrix.python-version == '3.12' }} - test-platform-compat: - if: github.event_name == 'push' - strategy: - fail-fast: true - matrix: - os: ["macos-latest"] - uses: ./.github/workflows/test.yaml - with: - python-version: "3.12" - os: ${{ matrix.os }} - sonarcloud: name: SonarCloud runs-on: ubuntu-latest