Skip to content

Commit

Permalink
[ci] update to R 4.1.3 and use macOS-latest for R jobs (fixes #4990)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Apr 9, 2022
1 parent 3798f87 commit 81daa36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .ci/test_r_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ if [[ "${R_MAJOR_VERSION}" == "3" ]]; then
export R_LINUX_VERSION="3.6.3-1bionic"
export R_APT_REPO="bionic-cran35/"
elif [[ "${R_MAJOR_VERSION}" == "4" ]]; then
export R_MAC_VERSION=4.1.2
export R_MAC_VERSION=4.1.3
export R_MAC_PKG_URL=https://cran.r-project.org/bin/macosx/base/R-${R_MAC_VERSION}.pkg
export R_LINUX_VERSION="4.1.2-1.2004.0"
export R_LINUX_VERSION="4.1.3-1.2004.0"
export R_APT_REPO="focal-cran40/"
else
echo "Unrecognized R version: ${R_VERSION}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/r_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
compiler: gcc
r_version: 3.6
build_type: cmake
- os: macOS-10.15
- os: macOS-latest
task: r-package
compiler: gcc
r_version: 4.1
Expand All @@ -67,7 +67,7 @@ jobs:
compiler: clang
r_version: 3.6
build_type: cmake
- os: macOS-10.15
- os: macOS-latest
task: r-package
compiler: clang
r_version: 4.1
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
compiler: gcc
r_version: 4.1
build_type: cran
- os: macOS-10.15
- os: macOS-latest
task: r-package
compiler: clang
r_version: 4.1
Expand Down

0 comments on commit 81daa36

Please sign in to comment.