From 645b62769bc3829e2064bb9d0d9ae5f06d106839 Mon Sep 17 00:00:00 2001 From: lawrencegripper Date: Fri, 31 Jan 2025 10:55:38 +0000 Subject: [PATCH] Add pinnedDetails to mingw --- images/windows/toolsets/toolset-2022.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index 5ab5d6e8..6660ef26 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -150,7 +150,13 @@ }, "mingw": { "version": "12.2.0", - "runtime": "ucrt" + "runtime": "ucrt", + "pinnedDetails": { + "link": "https://github.com/actions/runner-images-internal/pull/6702", + "reason": "Meaningful reason must be added at next update.", + "review-at": "2025-06-01", + "type": "preexisting-pinned-version-without-reason" + } }, "MsysPackages": { "msys2": [],