Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 1451717

Browse files
committed
Use new Xcode 15.3 image in CI
1 parent 6ceaec0 commit 1451717

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ common_params:
44
- automattic/a8c-ci-toolkit#3.1.0
55
# Common environment values to use with the `env` key.
66
env: &common_env
7-
IMAGE_ID: xcode-15.3
7+
# -v3 contains a workaround for a Simulator boot issue
8+
# See paaHJt-6gL-p2#comment-8712
9+
IMAGE_ID: xcode-15.3-v3
810

911
# This is the default pipeline – it will build and test the app
1012
steps:

0 commit comments

Comments
 (0)