From 1672845461c8b1c93e2980a94ed747c3717d69eb Mon Sep 17 00:00:00 2001 From: Andrew Montgomery Date: Wed, 16 Oct 2024 14:31:38 -0500 Subject: [PATCH] Fix matrix setup, references --- .buildkite/pipeline.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 3610331f..08d308ea 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -21,23 +21,23 @@ steps: ################# # Build and Test ################# - - label: "📦 Build and Test Swift Package ({{matrix}})" + - label: "📦 Build and Test Swift Package ({{matrix.image_id}})" key: "test" command: | validate_swift_package device:"{{matrix.device}}" plugins: [$CI_TOOLKIT] env: - IMAGE_ID: "{{matrix}}" + IMAGE_ID: "{{matrix.image_id}}" matrix: setup: - image: + image_id: - $IMAGE_ID device: - "iPhone SE (3rd generation) (17.5)" adjustments: - with: - image: "xcode-15.1" - device: "iPhone SE (3rd generation) (17.2)" + image_id: "xcode-15.1" + device: "iPhone SE (3rd generation) (17.2)" ################### # Validate Podspec