mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
[MacOs] Add Xamarin & bump bundle to 6.12.17 (#5764)
This commit is contained in:
@@ -19,7 +19,11 @@ buildVSMacDownloadUrl() {
|
||||
}
|
||||
|
||||
buildMonoDownloadUrl() {
|
||||
echo "https://dl.xamarin.com/MonoFrameworkMDK/Macx86/MonoFramework-MDK-${1}.macos10.xamarin.universal.pkg"
|
||||
if [[ $1 -eq 6.12.0.182 ]]; then
|
||||
echo "https://download.mono-project.com/archive/6.12.0/macos-10-universal/MonoFramework-MDK-${1}.macos10.xamarin.universal.pkg"
|
||||
else
|
||||
echo "https://dl.xamarin.com/MonoFrameworkMDK/Macx86/MonoFramework-MDK-${1}.macos10.xamarin.universal.pkg"
|
||||
fi
|
||||
}
|
||||
|
||||
buildXamariniIOSDownloadUrl() {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"versions": [ "2019" ]
|
||||
},
|
||||
"mono-versions": [
|
||||
"6.12.0.162", "6.10.0.106", "6.8.0.123", "6.6.0.166", "6.4.0.208"
|
||||
"6.12.0.182", "6.10.0.106", "6.8.0.123", "6.6.0.166", "6.4.0.208"
|
||||
],
|
||||
"ios-versions": [
|
||||
"14.14.2.5", "14.10.0.4", "14.8.0.3", "14.6.0.15", "14.4.1.3", "14.2.0.12", "14.0.0.0", "13.20.2.2", "13.18.2.1", "13.16.0.13", "13.14.1.39", "13.10.0.21", "13.8.3.0", "13.6.0.12", "13.4.0.2", "13.2.0.47"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"versions": [ "2019", "2022" ]
|
||||
},
|
||||
"mono-versions": [
|
||||
"6.12.0.174"
|
||||
"6.12.0.182"
|
||||
],
|
||||
"ios-versions": [
|
||||
"15.8.0.3", "15.6.0.3", "15.4.0.0", "15.2.0.17", "15.0.0.6", "14.20.0.24", "14.16.0.5", "14.14.2.5", "14.10.0.4", "14.8.0.3", "14.6.0.15", "14.4.1.3", "14.2.0.12", "14.0.0.0", "13.20.2.2"
|
||||
@@ -25,7 +25,7 @@
|
||||
"8.8.0.3", "8.6.0.3", "8.4.0.0", "8.2.0.17", "7.14.0.27", "7.10.0.5", "7.8.2.5", "7.4.0.10", "7.2.0.3", "7.0.0.15", "6.22.1.26", "6.20.2.2"
|
||||
],
|
||||
"android-versions": [
|
||||
"12.2.4.3", "12.1.0.2", "12.0.0.3", "11.3.0.4", "11.2.2.1", "11.1.0.26", "11.0.2.0"
|
||||
"12.2.8.3", "12.1.0.2", "12.0.0.3", "11.3.0.4", "11.2.2.1", "11.1.0.26", "11.0.2.0"
|
||||
],
|
||||
"bundle-default": "6_12_12",
|
||||
"bundles": [
|
||||
|
||||
@@ -15,19 +15,26 @@
|
||||
"versions": [ "2019", "2022" ]
|
||||
},
|
||||
"mono-versions": [
|
||||
"6.12.0.174"
|
||||
"6.12.0.182"
|
||||
],
|
||||
"ios-versions": [
|
||||
"15.8.0.3", "15.6.0.3", "15.4.0.0", "15.2.0.17", "15.0.0.6"
|
||||
"15.10.0.5", "15.8.0.3", "15.6.0.3", "15.4.0.0", "15.2.0.17", "15.0.0.6"
|
||||
],
|
||||
"mac-versions": [
|
||||
"8.8.0.3", "8.6.0.3", "8.4.0.0", "8.2.0.17", "7.14.0.27"
|
||||
"8.10.0.5", "8.8.0.3", "8.6.0.3", "8.4.0.0", "8.2.0.17", "7.14.0.27"
|
||||
],
|
||||
"android-versions": [
|
||||
"12.2.4.3", "12.1.0.2", "12.0.0.3", "11.3.0.4"
|
||||
"12.2.8.3", "12.1.0.2", "12.0.0.3", "11.3.0.4"
|
||||
],
|
||||
"bundle-default": "6_12_16",
|
||||
"bundles": [
|
||||
{
|
||||
"symlink": "6_12_17",
|
||||
"mono":"6.12",
|
||||
"ios": "15.10",
|
||||
"mac": "8.10",
|
||||
"android": "12.2"
|
||||
},
|
||||
{
|
||||
"symlink": "6_12_16",
|
||||
"mono":"6.12",
|
||||
|
||||
Reference in New Issue
Block a user