From 5814228a080cfb657d758c413e04d29c04be95f2 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Tue, 20 Dec 2022 11:07:58 +1300 Subject: [PATCH] Use Xcode 14.2 on CI --- .buildkite/cache-builder.yml | 2 +- .buildkite/pipeline.yml | 2 +- .buildkite/release-builds.yml | 2 +- .xcversion | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.buildkite/cache-builder.yml b/.buildkite/cache-builder.yml index 046b74cc75ca..ff48c5051a4f 100644 --- a/.buildkite/cache-builder.yml +++ b/.buildkite/cache-builder.yml @@ -13,7 +13,7 @@ common_params: repo: "wordpress-mobile/wordpress-ios/" # Common environment values to use with the `env` key. - &common_env - IMAGE_ID: xcode-14 + IMAGE_ID: xcode-14.2 steps: diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 97dbd387a8b4..3f4fe252acb0 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -8,7 +8,7 @@ common_params: repo: "wordpress-mobile/wordpress-ios/" # Common environment values to use with the `env` key. - &common_env - IMAGE_ID: xcode-14 + IMAGE_ID: xcode-14.2 # This is the default pipeline – it will build and test the app steps: diff --git a/.buildkite/release-builds.yml b/.buildkite/release-builds.yml index 935514191e35..d75fad13fd81 100644 --- a/.buildkite/release-builds.yml +++ b/.buildkite/release-builds.yml @@ -10,7 +10,7 @@ common_params: repo: "wordpress-mobile/wordpress-ios/" # Common environment values to use with the `env` key. - &common_env - IMAGE_ID: xcode-14 + IMAGE_ID: xcode-14.2 steps: diff --git a/.xcversion b/.xcversion index c27905ac3dc9..6b5bab0678ab 100644 --- a/.xcversion +++ b/.xcversion @@ -1 +1 @@ -13.4.1 +14.2