mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 20:58:32 +08:00
[macOS] Get back pypy to big sur (#3524)
This commit is contained in:
@@ -40,11 +40,8 @@ function Build-ToolcacheSection {
|
||||
$output += New-MDList -Lines (Get-ToolcacheRubyVersions) -Style Unordered
|
||||
$output += New-MDHeader "Python" -Level 4
|
||||
$output += New-MDList -Lines (Get-ToolcachePythonVersions) -Style Unordered
|
||||
|
||||
if ($os.IsLessThanBigSur) {
|
||||
$output += New-MDHeader "PyPy" -Level 4
|
||||
$output += New-MDList -Lines (Get-ToolcachePyPyVersions) -Style Unordered
|
||||
}
|
||||
$output += New-MDHeader "PyPy" -Level 4
|
||||
$output += New-MDList -Lines (Get-ToolcachePyPyVersions) -Style Unordered
|
||||
|
||||
if( -not $os.IsHighSierra) {
|
||||
$output += New-MDHeader "Node.js" -Level 4
|
||||
|
||||
Reference in New Issue
Block a user