This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/bw in repository https://gitbox.apache.org/repos/asf/beam.git
commit 194266cace552ab608ff693ca47ec2df11b1049f Author: Danny McCormick <dannymccorm...@google.com> AuthorDate: Fri Apr 26 09:09:25 2024 -0400 Try fixing build wheels --- .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]