mirror of
https://github.com/actions/runner-images.git
synced 2026-01-07 18:58:13 +08:00
Update PyPy to 7.3.4 on Windows (change platform format) (#3189)
* Update PyPy to 7.3.4 on Windows (change platform format) * Update SoftwareReport.CachedTools.psm1 * Update Install-PyPy.ps1 * Update SoftwareReport.CachedTools.psm1
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
{
|
||||
"name": "PyPy",
|
||||
"arch": "x86",
|
||||
"platform" : "win32",
|
||||
"platform" : "win64",
|
||||
"versions": [
|
||||
"2.7",
|
||||
"3.6",
|
||||
|
||||
Reference in New Issue
Block a user