mirror of
https://github.com/actions/runner-images.git
synced 2026-01-08 11:30:49 +08:00
[windows] Add python 3.12 to toolcache (#8451)
This commit is contained in:
committed by
GitHub
parent
44b47c7bae
commit
f444d7b666
@@ -21,7 +21,8 @@
|
||||
"3.8.*",
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*"
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
],
|
||||
"default": "3.9.*"
|
||||
},
|
||||
@@ -35,7 +36,8 @@
|
||||
"3.8.*",
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*"
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user