diff --git a/.github/workflows/integration-tests-azure.yml b/.github/workflows/integration-tests-azure.yml index 8d40135..0691777 100644 --- a/.github/workflows/integration-tests-azure.yml +++ b/.github/workflows/integration-tests-azure.yml @@ -11,11 +11,12 @@ jobs: name: Regular strategy: fail-fast: false + max-parallel: 1 matrix: - python_version: ["3.8", "3.9", "3.10", "3.11"] profile: ["ci_azure_auto"] + python_version: ["3.11"] msodbc_version: ["17", "18"] - max-parallel: 1 + runs-on: ubuntu-latest container: image: ghcr.io/${{ github.repository }}:CI-${{ matrix.python_version }}-msodbc${{ matrix.msodbc_version }}