We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3006ff8 commit 7e67f4fCopy full SHA for 7e67f4f
ci/macos_xcode_bazel.sh
@@ -19,8 +19,8 @@
19
20
set -euox pipefail
21
22
-# Use Xcode 16.0
23
-sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
+# Use Xcode 16.3
+sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
24
25
if [[ -z ${ABSEIL_ROOT:-} ]]; then
26
ABSEIL_ROOT="$(realpath $(dirname ${0})/..)"
ci/macos_xcode_cmake.sh
@@ -16,8 +16,8 @@
16
17
18
export CMAKE_BUILD_PARALLEL_LEVEL=$(sysctl -n hw.ncpu)
export CTEST_PARALLEL_LEVEL=$(sysctl -n hw.ncpu)
0 commit comments