mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[macOS] Remove xctool formula installation (#6128)
This commit is contained in:
@@ -150,12 +150,6 @@ Describe "virtualbox" -Skip:($os.IsBigSur) {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "xctool" -Skip:($os.IsHigherThanCatalina) {
|
||||
It "xctool" {
|
||||
"xctool --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "R" {
|
||||
It "R" {
|
||||
"R --version" | Should -ReturnZeroExitCode
|
||||
|
||||
Reference in New Issue
Block a user