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

Commit a184584

Browse files
committed
Use Xcode 13.4.1 in CI
1 parent b463436 commit a184584

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ common_params:
33
plugins: &common_plugins
44
- &bash_cache automattic/bash-cache#2.0.0: ~
55
env: &common_env
6-
IMAGE_ID: xcode-13
6+
IMAGE_ID: xcode-13.4.1
77

88
# This is the default pipeline – it will build and test the pod
99
steps:
@@ -14,7 +14,7 @@ steps:
1414
key: "test"
1515
command: |
1616
# See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
17-
gem install bundler:2.3.4
17+
gem install bundler
1818
build_and_test_pod
1919
env: *common_env
2020
plugins: *common_plugins
@@ -26,7 +26,7 @@ steps:
2626
key: "validate"
2727
command: |
2828
# See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
29-
gem install bundler:2.3.4
29+
gem install bundler
3030
validate_podspec
3131
env: *common_env
3232
plugins: *common_plugins
@@ -38,7 +38,7 @@ steps:
3838
key: "lint"
3939
command: |
4040
# See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
41-
gem install bundler:2.3.4
41+
gem install bundler
4242
lint_pod
4343
env: *common_env
4444
plugins: *common_plugins

0 commit comments

Comments
 (0)