Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to Xcode 15.4 and Swift 5.10 on CI #1472

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ x_defaults:
# it doesn't know about; so that is used to avoid repeating common subparts.
mac_common: &mac_common
platform: macos_arm64
xcode_version: "15.2"
xcode_version: "15.4"
build_targets:
- "//examples/..."
test_targets:
Expand All @@ -14,7 +14,7 @@ x_defaults:
platform: ubuntu2004
environment:
CC: clang
SWIFT_VERSION: "5.9.2"
SWIFT_VERSION: "5.10.1"
SWIFT_HOME: "$HOME/swift-$SWIFT_VERSION"
PATH: "$SWIFT_HOME/usr/bin:$PATH"
linux_common: &linux_common
Expand Down
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tasks:
platform: ${{ platform }}
environment:
CC: "clang"
SWIFT_VERSION: "5.9.2"
SWIFT_VERSION: "5.10.1"
SWIFT_HOME: "$HOME/swift-$SWIFT_VERSION"
PATH: "$PATH:$SWIFT_HOME/usr/bin"
shell_commands: *shell_commands
Expand Down