Skip to content

Commit 8fd4258

Browse files
committed
Build iOS SDK archives on Xcode 12.4
(cherry picked from commit eb4c311)
1 parent a0f98b5 commit 8fd4258

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/ci/pipeline/sdks-archive.groovy

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ parallel (
5050
}
5151
}
5252
},
53-
"iOS (Xcode 11.3)": {
53+
"iOS (Xcode 12.4)": {
5454
throttle(['provisions-ios-toolchain']) {
55-
node ("xcode113") {
56-
archive ("ios", "release", "Darwin", "", "", "", "xcode113")
55+
node ("xcode124") {
56+
archive ("ios", "release", "Darwin", "", "", "", "xcode124")
5757
}
5858
}
5959
},

0 commit comments

Comments
 (0)