Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Dec 16, 2024
1 parent df43da9 commit fca01e4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ jobs:
uses: pypa/cibuildwheel@v2.22
env:
MACOSX_DEPLOYMENT_TARGET: 14.0
- name: CI Build Wheel
if: matrix.os != 'macos-14'
- name: CI Build Wheel macos-13
if: matrix.os == 'macos-13'
uses: pypa/cibuildwheel@v2.22
env:
MACOSX_DEPLOYMENT_TARGET: 13.0
- name: CI Build Wheel linux
if: matrix.os == 'ubuntu-24.04'
uses: pypa/cibuildwheel@v2.22
- name: Upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fca01e4

Please sign in to comment.