From 0d988045acde740cd5e7418f83b36391bcb86ba4 Mon Sep 17 00:00:00 2001 From: Oula Date: Fri, 27 Sep 2024 16:28:05 -0400 Subject: [PATCH] sequential build --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]