Skip to content

Commit

Permalink
Use full matrix after debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Jan 30, 2025
1 parent de52fa9 commit 107f113
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
archs: ["auto"]
# matrix:
# os: [ubuntu-latest, windows-latest, macos-latest]
# archs: ["auto"]
# include:
# - os: ubuntu-latest
# archs: "aarch64"
include:
- os: ubuntu-latest
archs: "aarch64"

env:
CIBW_ARCHS: ${{matrix.archs}}
Expand Down

0 comments on commit 107f113

Please sign in to comment.