diff --git a/.github/workflows/google-utilities.yml b/.github/workflows/google-utilities.yml index ca90a9f..fc4822e 100644 --- a/.github/workflows/google-utilities.yml +++ b/.github/workflows/google-utilities.yml @@ -80,6 +80,9 @@ jobs: run: | sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer' xcodebuild -list + - name: Install iOS Simulator + if: matrix.target == 'iOS' + run: xcodebuild -downloadPlatform iOS - name: iOS Unit Tests run: scripts/third_party/travis/retry.sh scripts/build.sh GoogleUtilities-Package ${{ matrix.target }} spm