Skip to content

Commit

Permalink
fix many
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Aug 10, 2024
1 parent 79c00fe commit ae9dd53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macos-13]
env:
MACOSX_DEPLOYMENT_TARGET: 10.14
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -44,7 +42,9 @@ jobs:
run: conan config install .github/config/${{ matrix.os }}/conan
- uses: pypa/cibuildwheel@v2.17
env:
MACOSX_DEPLOYMENT_TARGET: 10.14
CIBW_ARCHS_MACOS: auto universal2
CIBW_SKIP: "*-win32 *-manylinux_i686"
- name: Verify clean directory
run: git diff --exit-code
shell: bash
Expand Down
File renamed without changes.

0 comments on commit ae9dd53

Please sign in to comment.