Skip to content

Commit fa7b6b5

Browse files
committed
[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]>
1 parent 3185b9e commit fa7b6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_sparkr_window.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# specific language governing permissions and limitations
1717
# under the License.
1818
#
19-
name: "Build / SparkR-only (master, 4.4.3, windows-2022)"
19+
name: "Build / SparkR-only (master, 4.4.3, windows-2025)"
2020

2121
on:
2222
schedule:
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
build:
2828
name: "Build module: sparkr"
29-
runs-on: windows-2022
29+
runs-on: windows-2025
3030
timeout-minutes: 120
3131
if: github.repository == 'apache/spark'
3232
steps:

0 commit comments

Comments
 (0)