Skip to content

Commit

Permalink
Fix matrix setup, references
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdmontgomery committed Oct 16, 2024
1 parent 35887b8 commit 1672845
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1672845

Please sign in to comment.