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

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


The following commit(s) were added to refs/heads/master by this push:
     new 65755bde3cb8 [SPARK-54036][INFRA] Add `build_python_3.11_macos26.yml` 
GitHub Action job
65755bde3cb8 is described below

commit 65755bde3cb8b09bfaa8776fe6b4a182fd74ee0b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Oct 26 20:19:24 2025 -0700

    [SPARK-54036][INFRA] Add `build_python_3.11_macos26.yml` GitHub Action job
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `build_python_3.11_macos26.yml` GitHub Action daily job 
additionally.
    
    ### Why are the changes needed?
    
    To have a PySpark test coverage on MacOS26.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, this is an infra-only change.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #52740 from dongjoon-hyun/SPARK-54036.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_python_3.11_macos26.yml | 35 +++++++++++++++++++++++++
 README.md                                       |  1 +
 2 files changed, 36 insertions(+)

diff --git a/.github/workflows/build_python_3.11_macos26.yml 
b/.github/workflows/build_python_3.11_macos26.yml
new file mode 100644
index 000000000000..a6051192bdd3
--- /dev/null
+++ b/.github/workflows/build_python_3.11_macos26.yml
@@ -0,0 +1,35 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+name: "Build / Python-only (master, Python 3.11, MacOS26)"
+
+on:
+  schedule:
+    - cron: '0 23 * * *'
+  workflow_dispatch:
+
+jobs:
+  run-build:
+    permissions:
+      packages: write
+    name: Run
+    uses: ./.github/workflows/python_hosted_runner_test.yml
+    if: github.repository == 'apache/spark'
+    with:
+      os: macos-26
diff --git a/README.md b/README.md
index 65bef786ff64..f3435178c68e 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ This README file only contains basic setup instructions.
 |            | [![GitHub Actions 
Build](https://github.com/apache/spark/actions/workflows/build_python_3.11_classic_only.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.11_classic_only.yml)
 |
 |            | [![GitHub Actions 
Build](https://github.com/apache/spark/actions/workflows/build_python_3.11_arm.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.11_arm.yml)
                   |
 |            | [![GitHub Actions 
Build](https://github.com/apache/spark/actions/workflows/build_python_3.11_macos.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.11_macos.yml)
               |
+|            | [![GitHub Actions 
Build](https://github.com/apache/spark/actions/workflows/build_python_3.11_macos26.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.11_macos26.yml)
           |
 |            | [![GitHub Actions 
Build](https://github.com/apache/spark/actions/workflows/build_python_numpy_2.1.3.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_numpy_2.1.3.yml)
             |
 |            | [![GitHub Actions 
Build](https://github.com/apache/spark/actions/workflows/build_python_3.12.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.12.yml)
                           |
 |            | [![GitHub Actions 
Build](https://github.com/apache/spark/actions/workflows/build_python_3.13.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.13.yml)
                           |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to