Skip to content

Commit 3f02129

Browse files
Merge pull request #8832 from woocommerce/update/xcode-version
Update Buildkite image to 14.2
2 parents af87b92 + 8fb2d16 commit 3f02129

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.buildkite/cache-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ common_params:
1616
repo: "automattic/woocommerce-ios/"
1717
# Common environment values to use with the `env` key.
1818
- &common_env
19-
IMAGE_ID: xcode-14
19+
IMAGE_ID: xcode-14.2
2020

2121
steps:
2222

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ common_params:
1212
# Common environment values to use with the `env` key.
1313
- &common_env
1414
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
15-
IMAGE_ID: xcode-14
15+
IMAGE_ID: xcode-14.2
1616

1717
# This is the default pipeline – it will build and test the app
1818
steps:

.buildkite/release-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ common_params:
1414
# Common environment values to use with the `env` key.
1515
- &common_env
1616
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
17-
IMAGE_ID: xcode-14
17+
IMAGE_ID: xcode-14.2
1818

1919
steps:
2020

0 commit comments

Comments
 (0)