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 da106f86260b [SPARK-49840][INFRA] Use `MacOS 15` in
`build_maven_java21_macos14.yml`
da106f86260b is described below
commit da106f86260b8138df7c5da5e05af9c801fc318d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Sep 30 23:33:06 2024 -0700
[SPARK-49840][INFRA] Use `MacOS 15` in `build_maven_java21_macos14.yml`
### What changes were proposed in this pull request?
This PR aims to upgrade `MacOS` from `14` to `15` in
`build_maven_java21_macos14.yml`.
### Why are the changes needed?
To use the latest MacOS as a part of Apache Spark 4.0.0 preparation.
-
https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md
### Does this PR introduce _any_ user-facing change?
No. This is an infra change.
### How was this patch tested?
N/A.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #48305 from dongjoon-hyun/SPARK-49840.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
...{build_maven_java21_macos14.yml => build_maven_java21_macos15.yml} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build_maven_java21_macos14.yml
b/.github/workflows/build_maven_java21_macos15.yml
similarity index 92%
rename from .github/workflows/build_maven_java21_macos14.yml
rename to .github/workflows/build_maven_java21_macos15.yml
index fb5e609f4eae..cc6d0ea4e90d 100644
--- a/.github/workflows/build_maven_java21_macos14.yml
+++ b/.github/workflows/build_maven_java21_macos15.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Maven (master, Scala 2.13, Hadoop 3, JDK 21, macos-14)"
+name: "Build / Maven (master, Scala 2.13, Hadoop 3, JDK 21, MacOS-15)"
on:
schedule:
@@ -32,7 +32,7 @@ jobs:
if: github.repository == 'apache/spark'
with:
java: 21
- os: macos-14
+ os: macos-15
envs: >-
{
"OBJC_DISABLE_INITIALIZE_FORK_SAFETY": "YES"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]