Skip to content

Commit 1e5dc33

Browse files
authored
Merge pull request #19793 from wordpress-mobile/tony-li-use-xcode-14.2
Use Xcode 14.2 on CI
2 parents 0ffb6a0 + 5814228 commit 1e5dc33

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.buildkite/cache-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ common_params:
1313
repo: "wordpress-mobile/wordpress-ios/"
1414
# Common environment values to use with the `env` key.
1515
- &common_env
16-
IMAGE_ID: xcode-14
16+
IMAGE_ID: xcode-14.2
1717

1818
steps:
1919

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ common_params:
88
repo: "wordpress-mobile/wordpress-ios/"
99
# Common environment values to use with the `env` key.
1010
- &common_env
11-
IMAGE_ID: xcode-14
11+
IMAGE_ID: xcode-14.2
1212

1313
# This is the default pipeline – it will build and test the app
1414
steps:

.buildkite/release-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ common_params:
1010
repo: "wordpress-mobile/wordpress-ios/"
1111
# Common environment values to use with the `env` key.
1212
- &common_env
13-
IMAGE_ID: xcode-14
13+
IMAGE_ID: xcode-14.2
1414

1515
steps:
1616

.xcversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.4.1
1+
14.2

0 commit comments

Comments
 (0)