File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ common_params:
5
5
- automattic/bash-cache#2.9.0
6
6
# Common environment values to use with the `env` key.
7
7
- &common_env
8
- IMAGE_ID : xcode-14.0.1
8
+ IMAGE_ID : xcode-14.2
9
9
10
10
# This is the default pipeline – it will build and test the app
11
11
steps :
Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ common_params:
5
5
- automattic/bash-cache#2.9.0
6
6
# Common environment values to use with the `env` key.
7
7
- &common_env
8
- IMAGE_ID : xcode-14.0.1
8
+ IMAGE_ID : xcode-14.2
9
9
10
10
# This is the default pipeline – it will build and test the app
11
11
steps :
12
12
- label : " 🛠 App Store Upload"
13
13
command : .buildkite/commands/build-and-upload-release.sh
14
+ priority : 1
14
15
env : *common_env
15
16
plugins : *common_plugins
You can’t perform that action at this time.
0 commit comments