You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/executors/macos.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ parameters:
2
2
xcode_version:
3
3
description: The version of Xcode to use. See here for the list of supported versions https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
4
4
type: string
5
-
default: "12.4.0"
5
+
default: "12.5.1"
6
6
resource_class:
7
7
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
Copy file name to clipboardExpand all lines: src/jobs/android_test.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ parameters:
77
77
xcode_version:
78
78
description: The version of Xcode to use. See here for the list of supported versions https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
79
79
type: string
80
-
default: "12.4.0"
80
+
default: "12.5.1"
81
81
resource_class:
82
82
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
Copy file name to clipboardExpand all lines: src/jobs/ios_build.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ parameters:
82
82
xcode_version:
83
83
description: The version of Xcode to use. See here for the list of supported versions https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
84
84
type: string
85
-
default: "12.4.0"
85
+
default: "12.5.1"
86
86
resource_class:
87
87
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
Copy file name to clipboardExpand all lines: src/jobs/ios_build_and_test.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ parameters:
96
96
xcode_version:
97
97
description: The version of Xcode to use. See here for the list of supported versions https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
98
98
type: string
99
-
default: "12.4.0"
99
+
default: "12.5.1"
100
100
resource_class:
101
101
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
0 commit comments