Skip to content

Commit 7e67f4f

Browse files
derekmaurocopybara-github
authored andcommitted
Use Xcode 16.3 for testing
PiperOrigin-RevId: 764695105 Change-Id: Ic6968c954b07a6ff3e83acc480a2a498f1795cc8
1 parent 3006ff8 commit 7e67f4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci/macos_xcode_bazel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
set -euox pipefail
2121

22-
# Use Xcode 16.0
23-
sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
22+
# Use Xcode 16.3
23+
sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
2424

2525
if [[ -z ${ABSEIL_ROOT:-} ]]; then
2626
ABSEIL_ROOT="$(realpath $(dirname ${0})/..)"

ci/macos_xcode_cmake.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
set -euox pipefail
1818

19-
# Use Xcode 16.0
20-
sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
19+
# Use Xcode 16.3
20+
sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
2121

2222
export CMAKE_BUILD_PARALLEL_LEVEL=$(sysctl -n hw.ncpu)
2323
export CTEST_PARALLEL_LEVEL=$(sysctl -n hw.ncpu)

0 commit comments

Comments
 (0)