diff --git a/.buildkite/cache-builder.yml b/.buildkite/cache-builder.yml index 405b5c32eae3..89cb4bc4dcb6 100644 --- a/.buildkite/cache-builder.yml +++ b/.buildkite/cache-builder.yml @@ -14,7 +14,7 @@ common_params: # Common environment values to use with the `env` key. - &common_env # Be sure to also update the `.xcode-version` file when updating the Xcode image/version here - IMAGE_ID: xcode-14.3.1 + IMAGE_ID: xcode-15.0.1 steps: diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 5e27d85f7e93..0ad112cf5f28 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -9,7 +9,7 @@ common_params: # Common environment values to use with the `env` key. - &common_env # Be sure to also update the `.xcode-version` file when updating the Xcode image/version here - IMAGE_ID: xcode-14.3.1 + IMAGE_ID: xcode-15.0.1 # 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 53447e466cdc..46d72e4f83d3 100644 --- a/.buildkite/release-builds.yml +++ b/.buildkite/release-builds.yml @@ -11,7 +11,7 @@ common_params: # Common environment values to use with the `env` key. - &common_env # Be sure to also update the `.xcode-version` file when updating the Xcode image/version here - IMAGE_ID: xcode-14.3.1 + IMAGE_ID: xcode-15.0.1 steps: diff --git a/.xcode-version b/.xcode-version index 6dfe8b1298c0..2bbd2b4b42ff 100644 --- a/.xcode-version +++ b/.xcode-version @@ -1 +1 @@ -14.3.1 +15.0.1