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 96d2a281cd6 One more macos change (#31124)
96d2a281cd6 is described below
commit 96d2a281cd69698463d5455861335b4d7d09e795
Author: Danny McCormick <[email protected]>
AuthorDate: Fri Apr 26 15:12:21 2024 -0400
One more macos change (#31124)
---
.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 661762784a4..f7410d6536f 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -330,7 +330,9 @@ jobs:
if: needs.check_env_variables.outputs.gcp-variables-set == 'true' &&
github.event_name != 'pull_request'
strategy:
matrix:
- os : [ubuntu-latest, macos-latest, windows-latest]
+ # Temporarily pin to macos-13 because macos-latest breaks this build
+ # TODO(https://github.com/apache/beam/issues/31114)
+ os : [ubuntu-latest, macos-13, windows-latest]
arch: [auto]
include:
- os: "ubuntu-latest"