mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[MacOS] Add GCC and remove Nomad from MacOS 12 image (#4667)
* Add gcc 11 to macos12 * Remove nomad-shenzhen cli from macos12
This commit is contained in:
@@ -45,16 +45,11 @@ $languageAndRuntimeList = @(
|
||||
(Get-JuliaVersion),
|
||||
(Get-KotlinVersion),
|
||||
(Get-PHPVersion),
|
||||
(Get-ClangLLVMVersion)
|
||||
(Get-ClangLLVMVersion),
|
||||
(Get-GccVersion),
|
||||
(Get-FortranVersion)
|
||||
)
|
||||
|
||||
if ($os.IsLessThanMonterey) {
|
||||
$languageAndRuntimeList += @(
|
||||
(Get-GccVersion),
|
||||
(Get-FortranVersion)
|
||||
)
|
||||
}
|
||||
|
||||
if ($os.IsLessThanBigSur) {
|
||||
$languageAndRuntimeList += @(
|
||||
(Get-RVersion)
|
||||
|
||||
Reference in New Issue
Block a user