mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
[macOS] Remove macOS 10.14 related code in the VE repo (#4816)
* [MacOS] Remove code for macOS-10.14 * remove is_Less_BigSur in all script * remove variable the IsLessThanBigSur
This commit is contained in:
@@ -246,7 +246,7 @@ function Build-XcodeSupportToolsSection {
|
||||
)
|
||||
}
|
||||
|
||||
if ($os.IsLessThanBigSur) {
|
||||
if ($os.IsCatalina) {
|
||||
$xctool = Run-Command "xctool --version"
|
||||
$toolList += @(
|
||||
"xctool $xctool"
|
||||
|
||||
Reference in New Issue
Block a user