Skip to content

Commit

Permalink
Merge pull request #33546: Cherry-pick #33505 to 2.62.0 release branc…
Browse files Browse the repository at this point in the history
…h (Build wheels on gha runners instead of local runners)
  • Loading branch information
kennknowles authored Jan 9, 2025
2 parents 48e18c4 + 1cc4b4c commit 0c54e6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,15 @@ jobs:
runs-on: ${{ matrix.os_python.runner }}
timeout-minutes: 480
strategy:
fail-fast: false
matrix:
os_python: [
{"os": "ubuntu-20.04", "runner": [self-hosted, ubuntu-20.04, main], "python": "${{ needs.check_env_variables.outputs.py-versions-full }}", arch: "auto" },
# Temporarily pin to macos-13 because macos-latest breaks this build
# TODO(https://github.com/apache/beam/issues/31114)
{"os": "macos-13", "runner": "macos-13", "python": "${{ needs.check_env_variables.outputs.py-versions-test }}", arch: "auto" },
{"os": "windows-latest", "runner": "windows-latest", "python": "${{ needs.check_env_variables.outputs.py-versions-test }}", arch: "auto" },
{"os": "ubuntu-20.04", "runner": [self-hosted, ubuntu-20.04, main], "python": "${{ needs.check_env_variables.outputs.py-versions-test }}", arch: "aarch64" }
{"os": "ubuntu-20.04", "runner": "ubuntu-latest", "python": "${{ needs.check_env_variables.outputs.py-versions-test }}", arch: "aarch64" }
]
# Keep in sync (remove asterisks) with PY_VERSIONS_FULL env var above - if changed, change that as well.
py_version: ["cp39-", "cp310-", "cp311-", "cp312-"]
Expand Down

0 comments on commit 0c54e6a

Please sign in to comment.