Skip to content

Commit

Permalink
safer spec
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Dec 14, 2022
1 parent 427a5bf commit 059d06b
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,21 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [auto, aarch64]
arch: [auto, aarch64, universal2]
py: [cp37, cp38, cp39, cp310, cp311]
include:
- os: macos-latest
py: cp38
arch: universal2
- os: macos-latest
py: cp39
arch: universal2
- os: macos-latest
py: cp310
arch: universal2
- os: macos-latest
py: cp311
arch: universal2
exclude:
- os: windows-latest
arch: aarch64
- os: macos-latest
arch: aarch64
- os: macos-latest
arch: universal2
py: cp37
- os: ubuntu-latest
arch: universal2
- os: windows-latest
arch: universal2

env:
CIBW_BUILD: ${{ matrix.py }}-*
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
Expand Down

0 comments on commit 059d06b

Please sign in to comment.