Skip to content

Commit

Permalink
Update to Xcode 15.1 on CI (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Jan 22, 2024
1 parent a13f19e commit 418b2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ x_defaults:
# YAML has a feature for "repeated nodes", BazelCI is fine with extra nodes
# it doesn't know about; so that is used to avoid repeating common subparts.
common: &common
platform: macos
xcode_version: "14.2"
platform: macos_arm64
xcode_version: "15.1"
build_targets:
- "//..."
test_targets:
Expand Down

0 comments on commit 418b2ec

Please sign in to comment.