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:
-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")
}
}
},