Skip to content

Commit

Permalink
fixup! Use Xcode 13.4.1 in CI – Required for the 5.5 Swift tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jun 14, 2022
1 parent d372bca commit a1eedab
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ steps:
#################
- label: "🔬 Validating Podspec"
key: "validate"
command: "validate_podspec"
command: |
# Workaround for https://github.com/Automattic/buildkite-ci/issues/79
gem install bundler
validate_podspec
env: *common_env
plugins: *common_plugins
artifact_paths: ".build/logs/*.log"
Expand All @@ -68,7 +72,11 @@ steps:
#################
- label: "🧹 Lint"
key: "lint"
command: "lint_pod"
command: |
# Workaround for https://github.com/Automattic/buildkite-ci/issues/79
gem install bundler
lint_pod
env: *common_env
plugins: *common_plugins

Expand Down

0 comments on commit a1eedab

Please sign in to comment.