Skip to content

Commit

Permalink
sequential build
Browse files Browse the repository at this point in the history
  • Loading branch information
oulap committed Sep 27, 2024
1 parent 362856a commit 0d98804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 0d98804

Please sign in to comment.