Skip to content

Commit

Permalink
Update build-whl-new.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masadcv authored Oct 16, 2024
1 parent 910bd3c commit ca7a5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-whl-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022]
os: [ubuntu-22.04, windows-2022, macOS-14]

steps:
- uses: actions/checkout@v2
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux* cp36-* cp37-*"
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux* cp36-* cp37-* cp13-*"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ca7a5e2

Please sign in to comment.