mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 12:48:21 +08:00
[Mac OS] Add newer versions of Go and Node.js (#8752)
This commit is contained in:
committed by
GitHub
parent
01fe87da2e
commit
e2f77cd4de
@@ -163,7 +163,8 @@
|
|||||||
"arm64": {
|
"arm64": {
|
||||||
"versions": [
|
"versions": [
|
||||||
"16.*",
|
"16.*",
|
||||||
"18.*"
|
"18.*",
|
||||||
|
"20.*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -185,7 +186,8 @@
|
|||||||
"variable_template" : "GOROOT_{0}_{1}_ARM64",
|
"variable_template" : "GOROOT_{0}_{1}_ARM64",
|
||||||
"versions": [
|
"versions": [
|
||||||
"1.19.*",
|
"1.19.*",
|
||||||
"1.20.*"
|
"1.20.*",
|
||||||
|
"1.21.*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user