[Windows] Update MinGW on 2022 and 2025, disable alert for 2019 (#13120)

This commit is contained in:
Erik Bershel
2025-10-02 17:33:46 +02:00
committed by GitHub
parent d62283e7d1
commit ba87e27210
3 changed files with 7 additions and 19 deletions

View File

@@ -437,9 +437,9 @@
"kotlin": {
"version": "2.1.10",
"pinnedDetails": {
"link": "https://youtrack.jetbrains.com/issues/KT?preview=KT-76169",
"reason": "this was pinned due to a new version 2.1.20 released has an issue with kotlinc-js -version` and kapt -version",
"review-at": "2025-03-31"
"link": "https://github.com/actions/runner-images/issues/12045",
"reason": "Image is deprecated and will be removed soon",
"review-at": "2027-01-01"
}
},
"openssl": {

View File

@@ -128,14 +128,8 @@
}
},
"mingw": {
"version": "12.2.0",
"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"
}
"version": "14.*",
"runtime": "ucrt"
},
"MsysPackages": {
"msys2": [],

View File

@@ -110,14 +110,8 @@
}
},
"mingw": {
"version": "14.2.0",
"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"
}
"version": "15.*",
"runtime": "ucrt"
},
"MsysPackages": {
"msys2": [],