Skip to content

Commit b7821e3

Browse files
Update Xcode image to 14.2 and increase release build priority
1 parent 96434b1 commit b7821e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ common_params:
55
- automattic/bash-cache#2.9.0
66
# Common environment values to use with the `env` key.
77
- &common_env
8-
IMAGE_ID: xcode-14.0.1
8+
IMAGE_ID: xcode-14.2
99

1010
# This is the default pipeline – it will build and test the app
1111
steps:

.buildkite/release-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ common_params:
55
- automattic/bash-cache#2.9.0
66
# Common environment values to use with the `env` key.
77
- &common_env
8-
IMAGE_ID: xcode-14.0.1
8+
IMAGE_ID: xcode-14.2
99

1010
# This is the default pipeline – it will build and test the app
1111
steps:
1212
- label: "🛠 App Store Upload"
1313
command: .buildkite/commands/build-and-upload-release.sh
14+
priority: 1
1415
env: *common_env
1516
plugins: *common_plugins

0 commit comments

Comments
 (0)