Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-03-23 15:02:50 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2021-03-23 15:02:50 +0300
commiteb4c3116ebf3ac44f72232fc9315fa4947c04b44 (patch)
tree5db075365e87997f53ca9e832c2dc2a52c8e70b1
parentacb8d8ed6fd7fc7034b57157db1119bb5e259cc3 (diff)
Build iOS SDK archives on Xcode 12.4mono-6.12.0.131
-rw-r--r--scripts/ci/pipeline/sdks-archive.groovy6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/ci/pipeline/sdks-archive.groovy b/scripts/ci/pipeline/sdks-archive.groovy
index c33a3bb002c..cb23def92ec 100644
--- a/scripts/ci/pipeline/sdks-archive.groovy
+++ b/scripts/ci/pipeline/sdks-archive.groovy
@@ -50,10 +50,10 @@ parallel (
}
}
},
- "iOS (Xcode 11.3)": {
+ "iOS (Xcode 12.4)": {
throttle(['provisions-ios-toolchain']) {
- node ("xcode113") {
- archive ("ios", "release", "Darwin", "", "", "", "xcode113")
+ node ("xcode124") {
+ archive ("ios", "release", "Darwin", "", "", "", "xcode124")
}
}
},