Skip to content

Commit

Permalink
update pipeline to run on xcode 15.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Feb 6, 2024
1 parent 528ff75 commit b04a2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ steps:
queue: "macos-13-arm"
env:
EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
DEVELOPER_DIR: "/Applications/Xcode15.app"
DEVELOPER_DIR: "/Applications/Xcode-15.2.0.app"
NODE_VERSION: "18"
artifact_paths: build/output.ipa
commands:
Expand All @@ -69,7 +69,7 @@ steps:
- --a11y-locator
- --fail-fast
- --retry=2
concurrency: 5
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager

Expand Down

0 comments on commit b04a2ba

Please sign in to comment.