Skip to content

Commit 1672845

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ 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"
40-
device: "iPhone SE (3rd generation) (17.2)"
39+
image_id: "xcode-15.1"
40+
device: "iPhone SE (3rd generation) (17.2)"
4141

4242
###################
4343
# Validate Podspec

0 commit comments

Comments
 (0)