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 2ae81cd9495b [SPARK-53925][INFRA] Use `MacOS 26` in
`build_maven_java21_macos15.yml`
2ae81cd9495b is described below
commit 2ae81cd9495b485717b0df4d5c25cf0e26cc0a99
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Oct 15 13:14:02 2025 -0700
[SPARK-53925][INFRA] Use `MacOS 26` in `build_maven_java21_macos15.yml`
### What changes were proposed in this pull request?
This PR aims to upgrade `MacOS` from `15` to `26` in
`build_maven_java21_macos15.yml`.
### Why are the changes needed?
To use the latest MacOS as a part of Apache Spark 4.1.0 preparation.
-
https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md
### 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 #52625 from dongjoon-hyun/SPARK-53925.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
...{build_maven_java21_macos15.yml => build_maven_java21_macos26.yml} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build_maven_java21_macos15.yml
b/.github/workflows/build_maven_java21_macos26.yml
similarity index 98%
rename from .github/workflows/build_maven_java21_macos15.yml
rename to .github/workflows/build_maven_java21_macos26.yml
index 14db1b1871bc..c858a7f70b27 100644
--- a/.github/workflows/build_maven_java21_macos15.yml
+++ b/.github/workflows/build_maven_java21_macos26.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Maven (master, Scala 2.13, Hadoop 3, JDK 21, MacOS-15)"
+name: "Build / Maven (master, Scala 2.13, Hadoop 3, JDK 21, MacOS-26)"
on:
schedule:
@@ -33,7 +33,7 @@ jobs:
if: github.repository == 'apache/spark'
with:
java: 21
- os: macos-15
+ os: macos-26
arch: arm64
envs: >-
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]