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

yhu pushed a commit to branch bump-mac
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 48c2c5f297ef65ec325fedbcab29c36f5cf5be29
Author: Yi Hu <[email protected]>
AuthorDate: Tue Nov 25 18:48:10 2025 +0000

    Move to macos-15
---
 .github/workflows/build_wheels.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/build_wheels.yml 
b/.github/workflows/build_wheels.yml
index 99830ca2b0a..7bbbb1a2e3d 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -223,9 +223,7 @@ jobs:
       matrix:
         os_python: [
           {"os": "ubuntu-20.04", "runner": [self-hosted, ubuntu-20.04, main], 
"python": "${{ needs.check_env_variables.outputs.py-versions-full }}", arch: 
"auto" },
-          # Temporarily pin to macos-13 because macos-latest breaks this build
-          # TODO(https://github.com/apache/beam/issues/31114)
-          {"os": "macos-13", "runner": "macos-13", "python": "${{ 
needs.check_env_variables.outputs.py-versions-test }}", arch: "auto" },
+          {"os": "macos-15", "runner": "macos-15", "python": "${{ 
needs.check_env_variables.outputs.py-versions-test }}", arch: "auto" },
           {"os": "windows-latest", "runner": "windows-latest", "python": "${{ 
needs.check_env_variables.outputs.py-versions-test }}", arch: "auto" },
           {"os": "ubuntu-20.04", "runner": "ubuntu-22.04", "python": "${{ 
needs.check_env_variables.outputs.py-versions-test }}", arch: "aarch64" }
         ]

Reply via email to