mirror of
https://github.com/actions/runner-images.git
synced 2026-01-13 22:51:51 +08:00
[windows] 12.01.2026 Software Changes (#13508)
This commit is contained in:
committed by
GitHub
parent
522f700a8f
commit
3708b41ea1
@@ -17,14 +17,13 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*",
|
||||
"3.13.*",
|
||||
"3.14.*"
|
||||
],
|
||||
"default": "3.9.*"
|
||||
"default": "3.12.*"
|
||||
},
|
||||
{
|
||||
"name": "Python",
|
||||
@@ -32,7 +31,6 @@
|
||||
"arch": "x86",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*",
|
||||
@@ -106,8 +104,8 @@
|
||||
"android": {
|
||||
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",
|
||||
"hash": "8A90E6A3DEB2FA13229B2E335EFD07687DCC8A55A3C544DA9F40B41404993E7D",
|
||||
"platform_min_version": "31",
|
||||
"build_tools_min_version": "31.0.0",
|
||||
"platform_min_version": "34",
|
||||
"build_tools_min_version": "34.0.0",
|
||||
"extras": [
|
||||
"android;m2repository",
|
||||
"google;m2repository",
|
||||
@@ -122,7 +120,7 @@
|
||||
"ndk": {
|
||||
"default": "27",
|
||||
"versions": [
|
||||
"26", "27", "28", "29"
|
||||
"27", "28", "29"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -17,14 +17,13 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*",
|
||||
"3.13.*",
|
||||
"3.14.*"
|
||||
],
|
||||
"default": "3.9.*"
|
||||
"default": "3.12.*"
|
||||
},
|
||||
{
|
||||
"name": "PyPy",
|
||||
@@ -104,7 +103,7 @@
|
||||
"ndk": {
|
||||
"default": "27",
|
||||
"versions": [
|
||||
"26", "27", "28", "29"
|
||||
"27", "28", "29"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user