Unverified Commit 9a1c5dc9 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] remove R 3.6 macOS CI jobs (#5859)

parent d0dfceec
......@@ -17,7 +17,7 @@ fi
R_MAJOR_VERSION=( ${R_VERSION//./ } )
if [[ "${R_MAJOR_VERSION}" == "3" ]]; then
export R_MAC_VERSION=3.6.3
export R_MAC_PKG_URL=${CRAN_MIRROR}/bin/macosx/R-${R_MAC_VERSION}.pkg
export R_MAC_PKG_URL=${CRAN_MIRROR}/bin/macosx/R-${R_MAC_VERSION}.nn.pkg
export R_LINUX_VERSION="3.6.3-1bionic"
export R_APT_REPO="bionic-cran35/"
elif [[ "${R_MAJOR_VERSION}" == "4" ]]; then
......
......@@ -63,24 +63,12 @@ jobs:
r_version: 4.2
build_type: cmake
container: 'ubuntu:22.04'
- os: macOS-latest
task: r-package
compiler: gcc
r_version: 3.6
build_type: cmake
container: null
- os: macOS-latest
task: r-package
compiler: gcc
r_version: 4.2
build_type: cmake
container: null
- os: macOS-latest
task: r-package
compiler: clang
r_version: 3.6
build_type: cmake
container: null
- os: macOS-latest
task: r-package
compiler: clang
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment