Skip to content

Commit

Permalink
fix: update XCode version to 12.5.1 (#158)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
timkomip authored Aug 3, 2022
1 parent a44d367 commit 4bbdb75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/executors/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
xcode_version:
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
type: string
default: "12.4.0"
default: "12.5.1"
resource_class:
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
type: string
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/android_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ parameters:
xcode_version:
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
type: string
default: "12.4.0"
default: "12.5.1"
resource_class:
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
type: string
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ parameters:
xcode_version:
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
type: string
default: "12.4.0"
default: "12.5.1"
resource_class:
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
type: string
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/ios_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ parameters:
xcode_version:
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
type: string
default: "12.4.0"
default: "12.5.1"
resource_class:
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
type: string
Expand Down

0 comments on commit 4bbdb75

Please sign in to comment.