Skip to content

Commit ae9dd53

Browse files
committed
fix many
1 parent 79c00fe commit ae9dd53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os: [ubuntu-22.04, windows-2022, macos-13]
34-
env:
35-
MACOSX_DEPLOYMENT_TARGET: 10.14
3634
steps:
3735
- uses: actions/checkout@v4
3836
- uses: actions/setup-python@v5
@@ -44,7 +42,9 @@ jobs:
4442
run: conan config install .github/config/${{ matrix.os }}/conan
4543
- uses: pypa/cibuildwheel@v2.17
4644
env:
45+
MACOSX_DEPLOYMENT_TARGET: 10.14
4746
CIBW_ARCHS_MACOS: auto universal2
47+
CIBW_SKIP: "*-win32 *-manylinux_i686"
4848
- name: Verify clean directory
4949
run: git diff --exit-code
5050
shell: bash
File renamed without changes.

0 commit comments

Comments
 (0)