Skip to content

Commit

Permalink
restore all wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Oct 11, 2024
1 parent ffaa279 commit 11903d8
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
# matrix:
# os: [ubuntu-latest, windows-latest, macos-13, macos-14]
# arch: [auto, aarch64]
# py: [cp39, cp310, cp311, cp312, cp313]
# exclude:
# - os: windows-latest
# arch: aarch64
# - os: macos-13
# arch: aarch64
# - os: macos-14
# arch: aarch64
matrix:
os: [ubuntu-latest]
arch: [auto]
py: [cp39]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
arch: [auto, aarch64]
py: [cp39, cp310, cp311, cp312, cp313]
exclude:
- os: windows-latest
arch: aarch64
- os: macos-13
arch: aarch64
- os: macos-14
arch: aarch64
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 11903d8

Please sign in to comment.