mirror of
https://github.com/actions/runner-images.git
synced 2026-01-01 15:09:03 +08:00
[macOS] remove node12 and sync nvm18 (#6553)
This commit is contained in:
@@ -277,7 +277,6 @@
|
||||
"platform" : "darwin",
|
||||
"arch": "x64",
|
||||
"versions": [
|
||||
"12.*",
|
||||
"14.*",
|
||||
"16.*",
|
||||
"18.*"
|
||||
@@ -337,7 +336,6 @@
|
||||
"node": {
|
||||
"default": "16",
|
||||
"nvm_versions": [
|
||||
"12",
|
||||
"14",
|
||||
"16",
|
||||
"18"
|
||||
|
||||
@@ -270,7 +270,6 @@
|
||||
"platform" : "darwin",
|
||||
"arch": "x64",
|
||||
"versions": [
|
||||
"12.*",
|
||||
"14.*",
|
||||
"16.*",
|
||||
"18.*"
|
||||
@@ -333,7 +332,6 @@
|
||||
"node": {
|
||||
"default": "16",
|
||||
"nvm_versions": [
|
||||
"12",
|
||||
"14",
|
||||
"16",
|
||||
"18"
|
||||
|
||||
@@ -235,7 +235,6 @@
|
||||
"platform" : "darwin",
|
||||
"arch": "x64",
|
||||
"versions": [
|
||||
"12.*",
|
||||
"14.*",
|
||||
"16.*",
|
||||
"18.*"
|
||||
@@ -294,9 +293,9 @@
|
||||
"node": {
|
||||
"default": "16",
|
||||
"nvm_versions": [
|
||||
"12",
|
||||
"14",
|
||||
"16"
|
||||
"16",
|
||||
"18"
|
||||
]
|
||||
},
|
||||
"llvm": {
|
||||
|
||||
Reference in New Issue
Block a user