From 0dcb626120bfa7aaa92dcba42b733727a300a3fc Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Fri, 17 Jul 2020 07:24:36 +0300 Subject: [PATCH] Switch toolset tools from master to main branch (#1233) --- images/linux/toolsets/toolset-1604.json | 8 ++++---- images/linux/toolsets/toolset-1804.json | 8 ++++---- images/linux/toolsets/toolset-2004.json | 6 +++--- images/win/toolsets/toolset-2016.json | 10 +++++----- images/win/toolsets/toolset-2019.json | 12 ++++++------ 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/images/linux/toolsets/toolset-1604.json b/images/linux/toolsets/toolset-1604.json index c7d127531..f7baa1c12 100644 --- a/images/linux/toolsets/toolset-1604.json +++ b/images/linux/toolsets/toolset-1604.json @@ -2,7 +2,7 @@ "toolcache": [ { "name": "Python", - "url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json", "platform" : "linux", "platform_version": "16.04", "arch": "x64", @@ -25,7 +25,7 @@ }, { "name": "node", - "url" : "https://raw.githubusercontent.com/actions/node-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json", "platform" : "linux", "arch": "x64", "versions": [ @@ -37,7 +37,7 @@ }, { "name": "go", - "url" : "https://raw.githubusercontent.com/actions/go-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json", "arch": "x64", "platform" : "linux", "versions": [ @@ -50,7 +50,7 @@ }, { "name": "boost", - "url" : "https://raw.githubusercontent.com/actions/boost-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/boost-versions/main/versions-manifest.json", "platform" : "linux", "platform_version": "16.04", "arch": "x64", diff --git a/images/linux/toolsets/toolset-1804.json b/images/linux/toolsets/toolset-1804.json index 8f6d5cc1e..2fed6636e 100644 --- a/images/linux/toolsets/toolset-1804.json +++ b/images/linux/toolsets/toolset-1804.json @@ -2,7 +2,7 @@ "toolcache": [ { "name": "Python", - "url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json", "platform" : "linux", "platform_version": "18.04", "arch": "x64", @@ -25,7 +25,7 @@ }, { "name": "node", - "url" : "https://raw.githubusercontent.com/actions/node-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json", "platform" : "linux", "arch": "x64", "versions": [ @@ -37,7 +37,7 @@ }, { "name": "go", - "url" : "https://raw.githubusercontent.com/actions/go-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json", "arch": "x64", "platform" : "linux", "versions": [ @@ -50,7 +50,7 @@ }, { "name": "boost", - "url" : "https://raw.githubusercontent.com/actions/boost-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/boost-versions/main/versions-manifest.json", "platform" : "linux", "platform_version": "18.04", "arch": "x64", diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index c4f53b12e..09a5d72ad 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -2,7 +2,7 @@ "toolcache": [ { "name": "Python", - "url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json", "platform" : "linux", "platform_version": "20.04", "arch": "x64", @@ -25,7 +25,7 @@ }, { "name": "node", - "url" : "https://raw.githubusercontent.com/actions/node-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json", "platform" : "linux", "arch": "x64", "versions": [ @@ -37,7 +37,7 @@ }, { "name": "go", - "url" : "https://raw.githubusercontent.com/actions/go-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json", "arch": "x64", "platform" : "linux", "versions": [ diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index c21042201..7ae5d9adc 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -2,7 +2,7 @@ "toolcache": [ { "name": "Python", - "url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json", "arch": "x64", "platform" : "win32", "versions": [ @@ -16,7 +16,7 @@ }, { "name": "Python", - "url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json", "arch": "x86", "platform" : "win32", "versions": [ @@ -38,7 +38,7 @@ }, { "name": "node", - "url" : "https://raw.githubusercontent.com/actions/node-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json", "arch": "x64", "platform" : "win32", "versions": [ @@ -50,7 +50,7 @@ }, { "name": "go", - "url" : "https://raw.githubusercontent.com/actions/go-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json", "arch": "x64", "platform" : "win32", "versions": [ @@ -65,7 +65,7 @@ }, { "name": "Boost", - "url" : "https://raw.githubusercontent.com/actions/boost-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/boost-versions/main/versions-manifest.json", "arch": "x86_64", "platform" : "win32", "toolset": "msvc14.1", diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index f1b605cad..9dcf93015 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -2,7 +2,7 @@ "toolcache": [ { "name": "Python", - "url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json", "arch": "x64", "platform" : "win32", "versions": [ @@ -16,7 +16,7 @@ }, { "name": "Python", - "url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json", "arch": "x86", "platform" : "win32", "versions": [ @@ -38,7 +38,7 @@ }, { "name": "node", - "url" : "https://raw.githubusercontent.com/actions/node-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json", "arch": "x64", "platform" : "win32", "versions": [ @@ -50,7 +50,7 @@ }, { "name": "go", - "url" : "https://raw.githubusercontent.com/actions/go-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json", "arch": "x64", "platform" : "win32", "versions": [ @@ -65,7 +65,7 @@ }, { "name": "Boost", - "url" : "https://raw.githubusercontent.com/actions/boost-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/boost-versions/main/versions-manifest.json", "arch": "x86_64", "platform" : "win32", "toolset": "msvc14.1", @@ -75,7 +75,7 @@ }, { "name": "Boost", - "url" : "https://raw.githubusercontent.com/actions/boost-versions/master/versions-manifest.json", + "url" : "https://raw.githubusercontent.com/actions/boost-versions/main/versions-manifest.json", "arch": "x86_64", "platform" : "win32", "toolset": "msvc14.2",