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

Commit ae2d7a1

Browse files
authored
Merge pull request #641 from wordpress-mobile/use/xcode-15.1
Use Xcode 15.0.1
2 parents e2b75a8 + b0e10b6 commit ae2d7a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ common_params:
44
- automattic/a8c-ci-toolkit#2.18.2
55
# Common environment values to use with the `env` key.
66
env: &common_env
7-
IMAGE_ID: xcode-14.3.1
7+
IMAGE_ID: xcode-15.0.1
88

99
# This is the default pipeline – it will build and test the app
1010
steps:
@@ -18,6 +18,7 @@ steps:
1818
- fastlane/test_output/*.xcresult.zip
1919
- fastlane/test_output/report.html
2020
- fastlane/test_output/report.junit
21+
- .build/derived-data/Logs/**/*.xcactivitylog
2122
env: *common_env
2223
plugins: *common_plugins
2324

0 commit comments

Comments
 (0)