Skip to content

Commit

Permalink
back to sequential build for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
oulap authored Sep 27, 2024
1 parent a863700 commit d2c6619
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 @@ -107,7 +107,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 d2c6619

Please sign in to comment.