mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08: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:
@@ -9,7 +9,7 @@ Describe ".NET" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "GCC" -Skip:($os.IsMonterey) {
|
||||
Describe "GCC" {
|
||||
$testCases = Get-ToolsetValue -KeyPath gcc.versions | ForEach-Object { @{Version = $_} }
|
||||
|
||||
It "GCC <Version>" -TestCases $testCases {
|
||||
|
||||
Reference in New Issue
Block a user