From 49cf891b270a3bcf84ebe2c652f8262825929129 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Wed, 3 Jul 2024 13:25:48 -0400 Subject: [PATCH] Remove macOS and windows testing --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index f0cc489..7693eed 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -65,7 +65,7 @@ jobs: strategy: fail-fast: true matrix: - os: ["ubuntu-latest", "macos-latest", "windows-latest"] + os: ["ubuntu-latest"] python-version: ["3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }} steps: