Skip to content

Commit a5cffbf

Browse files
committed
Add note about updating .xcode-version in Buildkite pipelines
https://github.com/wordpress-mobile/WordPress-iOS/pull/19793/files#r1052892161
1 parent 615a7cb commit a5cffbf

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.buildkite/cache-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ common_params:
1313
repo: "wordpress-mobile/wordpress-ios/"
1414
# Common environment values to use with the `env` key.
1515
- &common_env
16+
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
1617
IMAGE_ID: xcode-14.2
1718

1819
steps:

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ common_params:
88
repo: "wordpress-mobile/wordpress-ios/"
99
# Common environment values to use with the `env` key.
1010
- &common_env
11+
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
1112
IMAGE_ID: xcode-14.2
1213

1314
# This is the default pipeline – it will build and test the app

.buildkite/release-builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ common_params:
1010
repo: "wordpress-mobile/wordpress-ios/"
1111
# Common environment values to use with the `env` key.
1212
- &common_env
13+
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
1314
IMAGE_ID: xcode-14.2
1415

1516
steps:

0 commit comments

Comments
 (0)