We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d961d1a commit dc66166Copy full SHA for dc66166
.buildkite/pipeline.yml
@@ -53,7 +53,11 @@ steps:
53
- label: "⬆️ Publish Podspec"
54
key: "publish"
55
command: .buildkite/publish-pod.sh
56
- env: *common_env
+ # 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
61
plugins: *common_plugins
62
depends_on:
63
- "test"
0 commit comments