Skip to content

Commit 18c852e

Browse files
authored
use explicit xcode 16 in runners (#221)
1 parent 43a8dd1 commit 18c852e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/google-utilities.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ jobs:
7777
- name: Setup Scripts Directory
7878
run: ./setup-scripts.sh
7979
- name: Initialize xcodebuild
80-
run: xcodebuild -list
80+
run: |
81+
sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
82+
xcodebuild -list
8183
- name: iOS Unit Tests
8284
run: scripts/third_party/travis/retry.sh scripts/build.sh GoogleUtilities-Package ${{ matrix.target }} spm
8385

0 commit comments

Comments
 (0)