mirror of
https://github.com/actions/runner-images.git
synced 2026-01-23 21:13:42 +08:00
[MacOS] Add R to macOS images (#4996)
* Add R to macOS images * Remove redundant already existing functions and tests
This commit is contained in:
@@ -150,7 +150,7 @@ Describe "xctool" -Skip:($os.IsHigherThanCatalina) {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "R" -Skip:($os.IsHigherThanCatalina) {
|
||||
Describe "R" {
|
||||
It "R" {
|
||||
"R --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user