Skip to content

Commit

Permalink
Upgrade to Xcode 15.4 (#12910)
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsokay authored Jun 7, 2024
2 parents 78d3035 + 71dfd7e commit 494a015
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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-15.1
IMAGE_ID: xcode-15.4

# This is the default pipeline – it will build and test the app
steps:
Expand Down Expand Up @@ -102,7 +102,7 @@ steps:
context: "UI Tests (iPhone)"

- label: "🔬 UI Tests (iPad)"
command: .buildkite/commands/run-ui-tests.sh UITests "iPad Air (5th generation)"
command: .buildkite/commands/run-ui-tests.sh UITests "iPad (10th generation)"
depends_on: "build"
env: *common_env
plugins: *common_plugins
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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-15.1
IMAGE_ID: xcode-15.4

steps:

Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/complete-code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
- automattic/a8c-ci-toolkit#3.0.1
env:
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
IMAGE_ID: xcode-15.1
IMAGE_ID: xcode-15.4
command: |
.buildkite/commands/configure-environment.sh
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/finalize-hotfix-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
- automattic/a8c-ci-toolkit#3.0.1
env:
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
IMAGE_ID: xcode-15.1
IMAGE_ID: xcode-15.4
command: |
.buildkite/commands/configure-environment.sh
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/finalize-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
- automattic/a8c-ci-toolkit#3.0.1
env:
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
IMAGE_ID: xcode-15.1
IMAGE_ID: xcode-15.4
command: |
.buildkite/commands/configure-environment.sh
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/new-beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
- automattic/a8c-ci-toolkit#3.0.1
env:
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
IMAGE_ID: xcode-15.1
IMAGE_ID: xcode-15.4
command: |
.buildkite/commands/configure-environment.sh
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/new-hotfix-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
- automattic/a8c-ci-toolkit#3.0.1
env:
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
IMAGE_ID: xcode-15.1
IMAGE_ID: xcode-15.4
command: |
.buildkite/commands/configure-environment.sh
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/start-code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
- automattic/a8c-ci-toolkit#3.0.1
env:
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
IMAGE_ID: xcode-15.1
IMAGE_ID: xcode-15.4
command: |
.buildkite/commands/configure-environment.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
- automattic/a8c-ci-toolkit#3.0.1
env:
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
IMAGE_ID: xcode-15.1
IMAGE_ID: xcode-15.4
command: |
.buildkite/commands/configure-environment.sh
Expand Down
2 changes: 1 addition & 1 deletion .xcode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
~> 15.1
~> 15.4

0 comments on commit 494a015

Please sign in to comment.