Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
9a1c5dc9
Unverified
Commit
9a1c5dc9
authored
May 04, 2023
by
James Lamb
Committed by
GitHub
May 04, 2023
Browse files
[ci] remove R 3.6 macOS CI jobs (#5859)
parent
d0dfceec
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
13 deletions
+1
-13
.ci/test_r_package.sh
.ci/test_r_package.sh
+1
-1
.github/workflows/r_package.yml
.github/workflows/r_package.yml
+0
-12
No files found.
.ci/test_r_package.sh
View file @
9a1c5dc9
...
@@ -17,7 +17,7 @@ fi
...
@@ -17,7 +17,7 @@ fi
R_MAJOR_VERSION
=(
${
R_VERSION
//./
}
)
R_MAJOR_VERSION
=(
${
R_VERSION
//./
}
)
if
[[
"
${
R_MAJOR_VERSION
}
"
==
"3"
]]
;
then
if
[[
"
${
R_MAJOR_VERSION
}
"
==
"3"
]]
;
then
export
R_MAC_VERSION
=
3.6.3
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_LINUX_VERSION
=
"3.6.3-1bionic"
export
R_APT_REPO
=
"bionic-cran35/"
export
R_APT_REPO
=
"bionic-cran35/"
elif
[[
"
${
R_MAJOR_VERSION
}
"
==
"4"
]]
;
then
elif
[[
"
${
R_MAJOR_VERSION
}
"
==
"4"
]]
;
then
...
...
.github/workflows/r_package.yml
View file @
9a1c5dc9
...
@@ -63,24 +63,12 @@ jobs:
...
@@ -63,24 +63,12 @@ jobs:
r_version
:
4.2
r_version
:
4.2
build_type
:
cmake
build_type
:
cmake
container
:
'
ubuntu:22.04'
container
:
'
ubuntu:22.04'
-
os
:
macOS-latest
task
:
r-package
compiler
:
gcc
r_version
:
3.6
build_type
:
cmake
container
:
null
-
os
:
macOS-latest
-
os
:
macOS-latest
task
:
r-package
task
:
r-package
compiler
:
gcc
compiler
:
gcc
r_version
:
4.2
r_version
:
4.2
build_type
:
cmake
build_type
:
cmake
container
:
null
container
:
null
-
os
:
macOS-latest
task
:
r-package
compiler
:
clang
r_version
:
3.6
build_type
:
cmake
container
:
null
-
os
:
macOS-latest
-
os
:
macOS-latest
task
:
r-package
task
:
r-package
compiler
:
clang
compiler
:
clang
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment