Skip to content

Commit 8692bb8

Browse files
authored
upgrade to Xcode 15.4 and Swift 5.10 on CI (#1472)
WIP, to unblock CI on open PRs
1 parent 263505e commit 8692bb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ x_defaults:
44
# it doesn't know about; so that is used to avoid repeating common subparts.
55
mac_common: &mac_common
66
platform: macos_arm64
7-
xcode_version: "15.2"
7+
xcode_version: "15.4"
88
build_targets:
99
- "//examples/..."
1010
test_targets:
@@ -14,7 +14,7 @@ x_defaults:
1414
platform: ubuntu2004
1515
environment:
1616
CC: clang
17-
SWIFT_VERSION: "5.9.2"
17+
SWIFT_VERSION: "5.10.1"
1818
SWIFT_HOME: "$HOME/swift-$SWIFT_VERSION"
1919
PATH: "$SWIFT_HOME/usr/bin:$PATH"
2020
linux_common: &linux_common

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tasks:
1919
platform: ${{ platform }}
2020
environment:
2121
CC: "clang"
22-
SWIFT_VERSION: "5.9.2"
22+
SWIFT_VERSION: "5.10.1"
2323
SWIFT_HOME: "$HOME/swift-$SWIFT_VERSION"
2424
PATH: "$PATH:$SWIFT_HOME/usr/bin"
2525
shell_commands: *shell_commands

0 commit comments

Comments
 (0)