Преглед изворни кода

Build iOS SDK archives on Xcode 12.4

(cherry picked from commit eb4c3116ebf3ac44f72232fc9315fa4947c04b44)
Alexander Köplinger пре 4 година
родитељ
комит
8fd4258c48
1 измењених фајлова са 3 додато и 3 уклоњено
  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']) {
-            node ("xcode113") {
-                archive ("ios", "release", "Darwin", "", "", "", "xcode113")
+            node ("xcode124") {
+                archive ("ios", "release", "Darwin", "", "", "", "xcode124")
             }
         }
     },