Skip to content

Commit

Permalink
Update releasebuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored May 19, 2024
1 parent 437dd52 commit 8c33e43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ jobs:
matrix:
os: [macos-13, macos-14]
#python_tag: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "pp38-*", "pp39-*"]
exclude:
# PyPy not supported on MacOS Arm
- os: macos-14
python_tag: "pp38-*"
- os: macos-14
python_tag: "pp39-*"
#exclude:
# # PyPy not supported on MacOS Arm
# - os: macos-14
# python_tag: "pp38-*"
# - os: macos-14
# python_tag: "pp39-*"
env:
#CIBW_BUILD: ${{matrix.python_tag}}
CIBW_ARCHS: native
Expand Down

0 comments on commit 8c33e43

Please sign in to comment.