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 fa7b6b5e2668 [SPARK-52514][INFRA] Use `windows-2025` image in R GitHub 
Action job
fa7b6b5e2668 is described below

commit fa7b6b5e26683676ed283a548a2446c6b1a7045d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Jun 17 18:56:00 2025 -0700

    [SPARK-52514][INFRA] Use `windows-2025` image in R GitHub Action job
    
    ### What changes were proposed in this pull request?
    
    This PR aims to use `windows-2025` image in R GitHub Action job for Apache 
Spark 4.1.0 while `windows-2022` image is used for `branch-4.0`.
    
    ### Why are the changes needed?
    
    `Windows 2025` is added to the GitHub Action virtual environments.
    
    - 
https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md
    
    ### Does this PR introduce _any_ user-facing change?
    
    No behavior change because this is an infra PR.
    
    ### How was this patch tested?
    
    This is tested manually because this is a daily CI job.
    - 
https://github.com/dongjoon-hyun/spark/actions/runs/15717747421/job/44291608305
    
    ![Screenshot 2025-06-17 at 3 02 33 
PM](https://github.com/user-attachments/assets/d47c6cbb-a9b5-4dd7-832f-b3a7a5ee4bce)
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #51207 from dongjoon-hyun/SPARK-52514-2.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_sparkr_window.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_sparkr_window.yml 
b/.github/workflows/build_sparkr_window.yml
index e3ef9d7ba075..8bbcdf79bd58 100644
--- a/.github/workflows/build_sparkr_window.yml
+++ b/.github/workflows/build_sparkr_window.yml
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-name: "Build / SparkR-only (master, 4.4.3, windows-2022)"
+name: "Build / SparkR-only (master, 4.4.3, windows-2025)"
 
 on:
   schedule:
@@ -26,7 +26,7 @@ on:
 jobs:
   build:
     name: "Build module: sparkr"
-    runs-on: windows-2022
+    runs-on: windows-2025
     timeout-minutes: 120
     if: github.repository == 'apache/spark'
     steps:


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

Reply via email to