Skip to content

Commit 7cba1ab

Browse files
panbingkundongjoon-hyun
authored andcommitted
[SPARK-48554][INFRA] Use R 4.4.0 in windows R GitHub Action Window job
### What changes were proposed in this pull request? This PR aims to use R 4.4.0 in `windows` R GitHub Action job. ### Why are the changes needed? R 4.4.0 is the latest release which is released on 2024-04-24. https://www.r-project.org/ ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #46897 from panbingkun/SPARK-48554. Authored-by: panbingkun <panbingkun@baidu.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
1 parent 65db876 commit 7cba1ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_sparkr_window.yml

Lines changed: 3 additions & 3 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.3.3, windows-2019)"
19+
name: "Build / SparkR-only (master, 4.4.0, windows-2019)"
2020

2121
on:
2222
schedule:
@@ -50,10 +50,10 @@ jobs:
5050
with:
5151
distribution: zulu
5252
java-version: 17
53-
- name: Install R 4.3.3
53+
- name: Install R 4.4.0
5454
uses: r-lib/actions/setup-r@v2
5555
with:
56-
r-version: 4.3.3
56+
r-version: 4.4.0
5757
- name: Install R dependencies
5858
run: |
5959
Rscript -e "install.packages(c('knitr', 'rmarkdown', 'testthat', 'e1071', 'survival', 'arrow', 'xml2'), repos='https://cloud.r-project.org/')"

0 commit comments

Comments
 (0)