mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
[Windows] Update MinGW on 2022 and 2025, disable alert for 2019 (#13120)
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": [],
|
||||
|
||||
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user