diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index f2dabfee8..c7ffcd2c9 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -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: @@ -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 diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 130e94264..3b9f38b48 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -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