Skip to content

Commit

Permalink
Update wheels.yml - enable arm64 MacOS builds for Python 3.13 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
lanctot authored Feb 24, 2025
1 parent 7e1673b commit 5fdb5d5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
# Disabling now that the OpenSpiel 1.4 wheels are on PyPI because these xlarge machines are
# quite costly... we don't want to run these on every PR.
# TODO(author5): Set this to macos-13 once these runners are no longer in beta
#- os: macos-13-xlarge
# OS_TYPE: "Darwin"
# CI_PYBIN: python3.11
# OS_PYTHON_VERSION: 3.11
# CIBW_ENVIRONMENT: "OPEN_SPIEL_BUILDING_WHEEL='ON' OPEN_SPIEL_BUILD_WITH_ACPC='ON' OPEN_SPIEL_BUILD_WITH_HANABI='ON' OPEN_SPIEL_BUILD_WITH_ROSHAMBO='ON'"
# CIBW_BUILD: cp39-macosx_arm64 cp310-macosx_arm64 cp311-macosx_arm64 cp312-macosx_arm64
- os: macos-13-xlarge
OS_TYPE: "Darwin"
CI_PYBIN: python3.11
OS_PYTHON_VERSION: 3.11
CIBW_ENVIRONMENT: "OPEN_SPIEL_BUILDING_WHEEL='ON' OPEN_SPIEL_BUILD_WITH_ACPC='ON' OPEN_SPIEL_BUILD_WITH_HANABI='ON' OPEN_SPIEL_BUILD_WITH_ROSHAMBO='ON'"
CIBW_BUILD: cp39-macosx_arm64 cp310-macosx_arm64 cp311-macosx_arm64 cp312-macosx_arm64 cp313-macosx_arm64
env:
OPEN_SPIEL_BUILDING_WHEEL: ON
OPEN_SPIEL_BUILD_WITH_ACPC: ON
Expand Down

0 comments on commit 5fdb5d5

Please sign in to comment.