Skip to content

Commit dc66166

Browse files
committed
Use Xcode 14.2 in CI publish pod as a workaround for validation error
1 parent d961d1a commit dc66166

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ steps:
5353
- label: "⬆️ Publish Podspec"
5454
key: "publish"
5555
command: .buildkite/publish-pod.sh
56-
env: *common_env
56+
# Notice Xcode 14.2, so that we can validate the pod using the pre-Xcode
57+
# 14.3 toolchain and workaround the outdated Alamofire dependency
58+
# deployment target being incompatible with Xcode 14.3+
59+
env:
60+
IMAGE_ID: xcode-14.2
5761
plugins: *common_plugins
5862
depends_on:
5963
- "test"

0 commit comments

Comments
 (0)