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

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


The following commit(s) were added to refs/heads/master by this push:
     new db09899eb20 Move to macos-15 (#36900)
db09899eb20 is described below

commit db09899eb202879e85151e37850a1f71f721ff6c
Author: Yi Hu <[email protected]>
AuthorDate: Tue Nov 25 16:07:35 2025 -0500

    Move to macos-15 (#36900)
---
 .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