diff --git a/.github/workflows/azure_ai_search.yml b/.github/workflows/azure_ai_search.yml index 050265dfa..1c10edc91 100644 --- a/.github/workflows/azure_ai_search.yml +++ b/.github/workflows/azure_ai_search.yml @@ -30,8 +30,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: fail-fast: false + max-parallel: 3 matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest] python-version: ["3.9", "3.10", "3.11"] steps: