Skip to content

Commit

Permalink
Merge pull request #252 from bugsnag/tms/xcode-15
Browse files Browse the repository at this point in the history
Use Xcode 15.2 for CI builds
  • Loading branch information
twometresteve committed Mar 13, 2024
2 parents 2ba71e0 + c7b6244 commit 1c5f456
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
env:
LANG: "en_GB.UTF-8"
XCODE_VERSION: "15.2.0"

agents:
queue: macos-13-arm
Expand All @@ -19,8 +20,6 @@ steps:
- pod lib lint BugsnagPerformance.podspec.json

- label: "Example"
env:
XCODE_VERSION: 15.0.1
commands:
- bundle install
- ./Example/build.sh
Expand Down Expand Up @@ -72,6 +71,8 @@ steps:
- "logs/*"
agents:
queue: macos-12-arm
env:
XCODE_VERSION: "14"

#
# BitBar
Expand Down

0 comments on commit 1c5f456

Please sign in to comment.