Skip to content

Commit a75a03c

Browse files
author
Jeff Whitaker
committed
just build macosx
1 parent 06a200e commit a75a03c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ jobs:
2424

2525
fail-fast: false
2626
matrix:
27-
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
28-
os: [ubuntu-latest, macos-latest]
29-
platform: [x64, x32]
27+
#python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
28+
python-version: [ "3.10" ]
29+
#os: [ubuntu-latest, macos-latest]
30+
os: [macos-latest]
31+
#platform: [x64, x32]
32+
platform: [x64]
3033
exclude:
3134
- os: macos-latest
3235
platform: x32

0 commit comments

Comments
 (0)