Skip to content

Commit 1cc4b4c

Browse files
committed
Build wheels on gha runners instead of local runners (#33505)
* Debug wheels * Try gha runners * Add back other workflows * Update build_wheels.yml
1 parent 48e18c4 commit 1cc4b4c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,15 @@ jobs:
219219
runs-on: ${{ matrix.os_python.runner }}
220220
timeout-minutes: 480
221221
strategy:
222+
fail-fast: false
222223
matrix:
223224
os_python: [
224225
{"os": "ubuntu-20.04", "runner": [self-hosted, ubuntu-20.04, main], "python": "${{ needs.check_env_variables.outputs.py-versions-full }}", arch: "auto" },
225226
# Temporarily pin to macos-13 because macos-latest breaks this build
226227
# TODO(https://github.com/apache/beam/issues/31114)
227228
{"os": "macos-13", "runner": "macos-13", "python": "${{ needs.check_env_variables.outputs.py-versions-test }}", arch: "auto" },
228229
{"os": "windows-latest", "runner": "windows-latest", "python": "${{ needs.check_env_variables.outputs.py-versions-test }}", arch: "auto" },
229-
{"os": "ubuntu-20.04", "runner": [self-hosted, ubuntu-20.04, main], "python": "${{ needs.check_env_variables.outputs.py-versions-test }}", arch: "aarch64" }
230+
{"os": "ubuntu-20.04", "runner": "ubuntu-latest", "python": "${{ needs.check_env_variables.outputs.py-versions-test }}", arch: "aarch64" }
230231
]
231232
# Keep in sync (remove asterisks) with PY_VERSIONS_FULL env var above - if changed, change that as well.
232233
py_version: ["cp39-", "cp310-", "cp311-", "cp312-"]

0 commit comments

Comments
 (0)