File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ common_params:
16
16
repo : " automattic/woocommerce-ios/"
17
17
# Common environment values to use with the `env` key.
18
18
- &common_env
19
- IMAGE_ID : xcode-14
19
+ IMAGE_ID : xcode-14.2
20
20
21
21
steps :
22
22
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ common_params:
12
12
# Common environment values to use with the `env` key.
13
13
- &common_env
14
14
# 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
16
16
17
17
# This is the default pipeline – it will build and test the app
18
18
steps :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ common_params:
14
14
# Common environment values to use with the `env` key.
15
15
- &common_env
16
16
# 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
18
18
19
19
steps :
20
20
You can’t perform that action at this time.
0 commit comments