Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wind23 authored Sep 18, 2024
1 parent 8d293d0 commit 8b8a2dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,19 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v4

- uses: yezz123/setup-uv@v4

- uses: pypa/cibuildwheel@v2.21
env:
CIBW_ARCHS_MACOS: auto universal2
SYSTEM_VERSION_COMPAT: 0
CIBW_PRERELEASE_PYTHONS: true
CIBW_ARCHS_WINDOWS: auto ARM64

- name: Verify clean directory
run: git diff --exit-code
Expand Down

0 comments on commit 8b8a2dd

Please sign in to comment.