This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch release-2.56.0 in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.56.0 by this push: new 26241f9a3e7 Try fixing build wheels (#31115) (#31119) 26241f9a3e7 is described below commit 26241f9a3e7406558354d288c76a3ee76de5377d Author: Danny McCormick <dannymccorm...@google.com> AuthorDate: Fri Apr 26 11:39:02 2024 -0400 Try fixing build wheels (#31115) (#31119) --- .github/workflows/build_wheels.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index c8b2745719f..661762784a4 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -235,7 +235,9 @@ jobs: matrix: os_python: [ {"os": "ubuntu-latest", "python": "${{ needs.check_env_variables.outputs.py-versions-full }}" }, - {"os": "macos-latest", "python": "${{ needs.check_env_variables.outputs.py-versions-test }}" }, + # Temporarily pin to macos-13 because macos-latest breaks this build + # TODO(https://github.com/apache/beam/issues/31114) + {"os": "macos-13", "python": "${{ needs.check_env_variables.outputs.py-versions-test }}" }, {"os": "windows-latest", "python": "${{ needs.check_env_variables.outputs.py-versions-test }}" }, ] arch: [auto]