Skip to content

Commit e7f664b

Browse files
committed
klo
1 parent bc31182 commit e7f664b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
platform: [windows-latest, ubuntu-latest, macos-13, macos-14]
14+
platform: [macos-14]
1515
env:
1616
CIBW_SKIP: 'pp*'
1717
CIBW_ARCHS: 'auto64'
18+
CIBW_ARCHS_MACOS: 'universal2'
1819
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.10'
1920
CIBW_TEST_REQUIRES: 'pytest'
2021
defaults:

0 commit comments

Comments
 (0)