Skip to content

Commit 2da963b

Browse files
authored
Merge pull request #231 from akvelon/build-wheels
Test with highmem
2 parents f4109d6 + 7aa9a79 commit 2da963b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
# TODO(https://github.com/apache/beam/issues/31114)
228228
{"os": "macos-13", "runner": "macos-13", "python": "${{ needs.check_env_variables.outputs.py-versions-test }}", arch: "auto" },
229229
{"os": "windows-latest", "runner": "windows-latest", "python": "${{ needs.check_env_variables.outputs.py-versions-test }}", arch: "auto" },
230-
{"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": [self-hosted, ubuntu-20.04, highmem], "python": "${{ needs.check_env_variables.outputs.py-versions-test }}", arch: "aarch64" }
231231
]
232232
# Keep in sync (remove asterisks) with PY_VERSIONS_FULL env var above - if changed, change that as well.
233233
py_version: ["cp39-", "cp310-", "cp311-", "cp312-"]

0 commit comments

Comments
 (0)