From c54e1752b4dc604828800a6cbe6b4e7760778228 Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Wed, 30 Apr 2025 15:28:03 -0700 Subject: [PATCH] use explicit xcode 16 in runners --- .github/workflows/google-utilities.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/google-utilities.yml b/.github/workflows/google-utilities.yml index 9baca11..ca90a9f 100644 --- a/.github/workflows/google-utilities.yml +++ b/.github/workflows/google-utilities.yml @@ -77,7 +77,9 @@ jobs: - name: Setup Scripts Directory run: ./setup-scripts.sh - name: Initialize xcodebuild - run: xcodebuild -list + run: | + sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer' + xcodebuild -list - name: iOS Unit Tests run: scripts/third_party/travis/retry.sh scripts/build.sh GoogleUtilities-Package ${{ matrix.target }} spm