Skip to content

Commit 4bbdb75

Browse files
authored
fix: update XCode version to 12.5.1 (#158)
* Update xcode version to 12.5.1 Xcode 12.4.0 has been removed from CircleCI * Bump all default xcode versions to 12.5.1
1 parent a44d367 commit 4bbdb75

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/executors/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
xcode_version:
33
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
44
type: string
5-
default: "12.4.0"
5+
default: "12.5.1"
66
resource_class:
77
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
88
type: string

src/jobs/android_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ parameters:
7777
xcode_version:
7878
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
7979
type: string
80-
default: "12.4.0"
80+
default: "12.5.1"
8181
resource_class:
8282
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
8383
type: string

src/jobs/ios_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ parameters:
8282
xcode_version:
8383
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
8484
type: string
85-
default: "12.4.0"
85+
default: "12.5.1"
8686
resource_class:
8787
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
8888
type: string

src/jobs/ios_build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ parameters:
9696
xcode_version:
9797
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
9898
type: string
99-
default: "12.4.0"
99+
default: "12.5.1"
100100
resource_class:
101101
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
102102
type: string

0 commit comments

Comments
 (0)