mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
deprecate go < 1.13 and node.js 8 (#2445)
This commit is contained in:
committed by
GitHub
parent
0377be9290
commit
e7970dd34f
@@ -26,7 +26,7 @@ if is_Less_Catalina; then
|
|||||||
echo Installing App Center CLI...
|
echo Installing App Center CLI...
|
||||||
npm install -g appcenter-cli@^1.0.0
|
npm install -g appcenter-cli@^1.0.0
|
||||||
else
|
else
|
||||||
# Install Node.JS 12 for macOS >= 10.15
|
# Install Node.js 14 for macOS >= 10.15
|
||||||
brew_smart_install "node@14"
|
brew_smart_install "node@14"
|
||||||
brew link node@14 --force
|
brew link node@14 --force
|
||||||
|
|
||||||
|
|||||||
@@ -284,7 +284,6 @@
|
|||||||
"platform" : "darwin",
|
"platform" : "darwin",
|
||||||
"arch": "x64",
|
"arch": "x64",
|
||||||
"versions": [
|
"versions": [
|
||||||
"8.*",
|
|
||||||
"10.*",
|
"10.*",
|
||||||
"12.*",
|
"12.*",
|
||||||
"14.*"
|
"14.*"
|
||||||
@@ -296,8 +295,6 @@
|
|||||||
"arch": "x64",
|
"arch": "x64",
|
||||||
"platform" : "darwin",
|
"platform" : "darwin",
|
||||||
"versions": [
|
"versions": [
|
||||||
"1.11.*",
|
|
||||||
"1.12.*",
|
|
||||||
"1.13.*",
|
"1.13.*",
|
||||||
"1.14.*",
|
"1.14.*",
|
||||||
"1.15.*"
|
"1.15.*"
|
||||||
|
|||||||
@@ -221,7 +221,6 @@
|
|||||||
"platform" : "darwin",
|
"platform" : "darwin",
|
||||||
"arch": "x64",
|
"arch": "x64",
|
||||||
"versions": [
|
"versions": [
|
||||||
"8.*",
|
|
||||||
"10.*",
|
"10.*",
|
||||||
"12.*",
|
"12.*",
|
||||||
"14.*"
|
"14.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user