Skip to content

Commit

Permalink
use Xcode 15 to build iOS fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Feb 6, 2024
1 parent e4c792d commit 528ff75
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 @@ -41,10 +41,10 @@ steps:
key: "build-expo-ipa"
timeout_in_minutes: 20
agents:
queue: "opensource-arm-mac-cocoa-12"
queue: "macos-13-arm"
env:
EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
DEVELOPER_DIR: "/Applications/Xcode14.app"
DEVELOPER_DIR: "/Applications/Xcode15.app"
NODE_VERSION: "18"
artifact_paths: build/output.ipa
commands:
Expand Down

0 comments on commit 528ff75

Please sign in to comment.