From e81db48281f5500db66afcbca33cceffe0f9824a Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov Date: Thu, 20 May 2021 11:07:36 +0300 Subject: [PATCH] Rename toolset for macOS Big Sur --- get-new-tool-versions/parsers/xamarin-parser.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-new-tool-versions/parsers/xamarin-parser.psm1 b/get-new-tool-versions/parsers/xamarin-parser.psm1 index 7d69416..fb5c135 100644 --- a/get-new-tool-versions/parsers/xamarin-parser.psm1 +++ b/get-new-tool-versions/parsers/xamarin-parser.psm1 @@ -7,7 +7,7 @@ class XamarinVersionsParser: BaseVersionsParser { } [hashtable] GetUploadedVersions() { - $url = $this.BuildGitHubFileUrl("actions", "virtual-environments", "main", "images/macos/toolsets/toolset-11.0.json") + $url = $this.BuildGitHubFileUrl("actions", "virtual-environments", "main", "images/macos/toolsets/toolset-11.json") $releases = Invoke-RestMethod $url -MaximumRetryCount $this.ApiRetryCount -RetryIntervalSec $this.ApiRetryIntervalSeconds $xamarin = $releases.xamarin $xamarinReleases = @{