Skip to content

Commit

Permalink
Updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert committed Oct 11, 2023
1 parent 5b1001c commit 7d23965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ steps:
- label: Static framework and Swift Package Manager builds
timeout_in_minutes: 10
agents:
queue: macos-12-arm
queue: macos-13-arm
commands:
- make build_swift
- make build_ios_static

- label: Carthage
timeout_in_minutes: 15
agents:
queue: macos-12-arm
queue: macos-13-arm
commands:
- ./scripts/build-carthage.sh
plugins:
Expand Down Expand Up @@ -105,7 +105,7 @@ steps:
agents:
queue: macos-12-arm
commands:
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=15.0
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=15.4
artifact_paths:
- logs/*

Expand Down

0 comments on commit 7d23965

Please sign in to comment.