Browse Source

Build iOS SDK archives on Xcode 12.4

(cherry picked from commit eb4c3116ebf3ac44f72232fc9315fa4947c04b44)
Alexander Köplinger 4 years ago
parent
commit
8fd4258c48
1 changed files with 3 additions and 3 deletions
  1. 3 3
      scripts/ci/pipeline/sdks-archive.groovy

+ 3 - 3
scripts/ci/pipeline/sdks-archive.groovy

@@ -50,10 +50,10 @@ parallel (
             }
             }
         }
         }
     },
     },
-    "iOS (Xcode 11.3)": {
+    "iOS (Xcode 12.4)": {
         throttle(['provisions-ios-toolchain']) {
         throttle(['provisions-ios-toolchain']) {
-            node ("xcode113") {
-                archive ("ios", "release", "Darwin", "", "", "", "xcode113")
+            node ("xcode124") {
+                archive ("ios", "release", "Darwin", "", "", "", "xcode124")
             }
             }
         }
         }
     },
     },