Skip to content

Commit

Permalink
build: 👷 use xcode 15 to build ipa
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Oct 30, 2023
1 parent fe9b0cd commit 2203ef8
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 @@ -39,10 +39,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"
artifact_paths: build/output.ipa
commands:
- features/scripts/build-ios.sh
Expand Down

0 comments on commit 2203ef8

Please sign in to comment.