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

Commit 872e03a

Browse files
authored
Use latest tooling in CI - Xcode 14.1 (#716)
2 parents 678e7ab + b1f8d80 commit 872e03a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Nodes with values to reuse in the pipeline.
22
common_params:
33
plugins: &common_plugins
4-
- automattic/bash-cache#2.8.0
4+
- automattic/bash-cache#2.12.0
55
env: &common_env
6-
IMAGE_ID: xcode-14
6+
IMAGE_ID: xcode-14.1
77

88
# This is the default pipeline – it will build and test the pod
99
steps:

0 commit comments

Comments
 (0)