Skip to content

Commit 13f7618

Browse files
Fix matrix setup, references
1 parent 35887b8 commit 13f7618

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
@@ -21,22 +21,22 @@ steps:
2121
#################
2222
# Build and Test
2323
#################
24-
- label: "📦 Build and Test Swift Package ({{matrix}})"
24+
- label: "📦 Build and Test Swift Package ({{matrix.image_id}})"
2525
key: "test"
2626
command: |
2727
validate_swift_package device:"{{matrix.device}}"
2828
plugins: [$CI_TOOLKIT]
2929
env:
30-
IMAGE_ID: "{{matrix}}"
30+
IMAGE_ID: "{{matrix.image_id}}"
3131
matrix:
3232
setup:
33-
image:
33+
image_id:
3434
- $IMAGE_ID
3535
device:
3636
- "iPhone SE (3rd generation) (17.5)"
3737
adjustments:
3838
- with:
39-
image: "xcode-15.1"
39+
image_id: "xcode-15.1"
4040
device: "iPhone SE (3rd generation) (17.2)"
4141

4242
###################

0 commit comments

Comments
 (0)