diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 72c8088..3d77702 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,7 +13,7 @@ jobs: build: name: Build and upload artefact strategy: - # max-parallel: 1 + max-parallel: 1 matrix: os: [macos-latest, macos-13] python-version: ["3.8", "3.9", "3.10", "3.11"] @@ -119,7 +119,7 @@ jobs: name: Test the wheel needs: build strategy: - # max-parallel: 1 + max-parallel: 1 matrix: os: [macos-latest, macos-13] python-version: ["3.8", "3.9", "3.10", "3.11"]