Skip to content

Commit

Permalink
update pipeline to macos 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Mar 19, 2024
1 parent 6f626a0 commit 661cfe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
key: "build-expo-apk"
timeout_in_minutes: 20
agents:
queue: "opensource-arm-mac-cocoa-12"
queue: "macos-13-arm"
env:
EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
NODE_VERSION: "18"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'cocoapods'
gem 'cocoapods', '~> 1.14.3'
gem 'fastlane'

gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v6.8.0'
Expand Down

0 comments on commit 661cfe9

Please sign in to comment.