Skip to content

Commit

Permalink
Only build universal on macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed Feb 13, 2024
1 parent 7fa2c3a commit 6f4f640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-build.yml
Expand Up @@ -36,9 +36,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest]
arch: [auto64]
build: ["cp{38,39,310,311,312}-*"]
#os: [macos-latest, windows-latest]
#arch: [auto64]
#build: ["cp{38,39,310,311,312}-*"]

include:
- os: ubuntu-latest
Expand Down

0 comments on commit 6f4f640

Please sign in to comment.