This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/cp
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 0ef233cbb28459742ee339e6b33086775bf8a518
Author: Danny McCormick <[email protected]>
AuthorDate: Fri Apr 26 10:39:56 2024 -0400

    Try fixing build wheels (#31115)
---
 .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]

Reply via email to