Upgrade CI to XCode 26.2

PiperOrigin-RevId: 865469257
Change-Id: Ib263a72dc3d0bd8a2ff516bd2b73f62ca3ef7beb
This commit is contained in:
Derek Mauro
2026-02-04 10:23:51 -08:00
committed by Copybara-Service
parent 7a992d5351
commit 1ad4d33262
2 changed files with 4 additions and 4 deletions

View File

@@ -19,8 +19,8 @@
set -euox pipefail
# Use Xcode 16.3
sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
# Use Xcode 26.2
sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer
if [[ -z ${ABSEIL_ROOT:-} ]]; then
ABSEIL_ROOT="$(realpath $(dirname ${0})/..)"

View File

@@ -16,8 +16,8 @@
set -euox pipefail
# Use Xcode 16.3
sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
# Use Xcode 26.2
sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer
brew install cmake