Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ steps:
- label: "⬆️ Publish Podspec"
key: "publish"
command: .buildkite/publish-pod.sh
# Notice Xcode 14.2, so that we can validate the pod using the pre-Xcode
# 14.3 toolchain and workaround the outdated Alamofire dependency
# deployment target being incompatible with Xcode 14.3+
env:
IMAGE_ID: xcode-14.2
env: *common_env
plugins: *common_plugins
depends_on:
- "test"
Expand Down